public static interface GcdmGridProto.GridCoordinateSystemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAxisNames(int index)
repeated string axis_names = 2; |
com.google.protobuf.ByteString |
getAxisNamesBytes(int index)
repeated string axis_names = 2; |
int |
getAxisNamesCount()
repeated string axis_names = 2; |
List<String> |
getAxisNamesList()
repeated string axis_names = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
GcdmGridProto.Projection |
getProjection()
.ucar.gcdm.Projection projection = 3; |
GcdmGridProto.ProjectionOrBuilder |
getProjectionOrBuilder()
.ucar.gcdm.Projection projection = 3; |
boolean |
hasProjection()
.ucar.gcdm.Projection projection = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;List<String> getAxisNamesList()
repeated string axis_names = 2;int getAxisNamesCount()
repeated string axis_names = 2;String getAxisNames(int index)
repeated string axis_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getAxisNamesBytes(int index)
repeated string axis_names = 2;index - The index of the value to return.boolean hasProjection()
.ucar.gcdm.Projection projection = 3;GcdmGridProto.Projection getProjection()
.ucar.gcdm.Projection projection = 3;GcdmGridProto.ProjectionOrBuilder getProjectionOrBuilder()
.ucar.gcdm.Projection projection = 3;