Package ucar.gcdm
Interface GcdmGridProto.GridCoordinateSystemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridCoordinateSystem,GcdmGridProto.GridCoordinateSystem.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridCoordinateSystemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAxisNames(int index)repeated string axis_names = 2;com.google.protobuf.ByteStringgetAxisNamesBytes(int index)repeated string axis_names = 2;intgetAxisNamesCount()repeated string axis_names = 2;List<String>getAxisNamesList()repeated string axis_names = 2;intgetHorizCoordinatesId()uint32 horiz_coordinates_id = 3;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;intgetTimeCoordinatesId()uint32 time_coordinates_id = 4;intgetVerticalTransformId()sint32 vertical_transform_id = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getAxisNamesList
List<String> getAxisNamesList()
repeated string axis_names = 2;- Returns:
- A list containing the axisNames.
-
getAxisNamesCount
int getAxisNamesCount()
repeated string axis_names = 2;- Returns:
- The count of axisNames.
-
getAxisNames
String getAxisNames(int index)
repeated string axis_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The axisNames at the given index.
-
getAxisNamesBytes
com.google.protobuf.ByteString getAxisNamesBytes(int index)
repeated string axis_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the axisNames at the given index.
-
getHorizCoordinatesId
int getHorizCoordinatesId()
uint32 horiz_coordinates_id = 3;- Returns:
- The horizCoordinatesId.
-
getTimeCoordinatesId
int getTimeCoordinatesId()
uint32 time_coordinates_id = 4;- Returns:
- The timeCoordinatesId.
-
getVerticalTransformId
int getVerticalTransformId()
sint32 vertical_transform_id = 5;- Returns:
- The verticalTransformId.
-
-