Package ucar.gcdm
Interface GcdmGridProto.MaterializedCoordinateSystemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.MaterializedCoordinateSystem,GcdmGridProto.MaterializedCoordinateSystem.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.MaterializedCoordinateSystemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmGridProto.GridAxisgetAxes(int index)repeated .ucar.gcdm.GridAxis axes = 2;intgetAxesCount()repeated .ucar.gcdm.GridAxis axes = 2;List<GcdmGridProto.GridAxis>getAxesList()repeated .ucar.gcdm.GridAxis axes = 2;GcdmGridProto.GridAxisOrBuildergetAxesOrBuilder(int index)repeated .ucar.gcdm.GridAxis axes = 2;List<? extends GcdmGridProto.GridAxisOrBuilder>getAxesOrBuilderList()repeated .ucar.gcdm.GridAxis axes = 2;GcdmGridProto.GridHorizCoordinateSystemgetHorizCoordinateSystem().ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;GcdmGridProto.GridHorizCoordinateSystemOrBuildergetHorizCoordinateSystemOrBuilder().ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;GcdmGridProto.GridTimeCoordinateSystemgetTimeCoordinateSystem().ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;GcdmGridProto.GridTimeCoordinateSystemOrBuildergetTimeCoordinateSystemOrBuilder().ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;booleanhasHorizCoordinateSystem().ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;booleanhasTimeCoordinateSystem().ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAxesList
List<GcdmGridProto.GridAxis> getAxesList()
repeated .ucar.gcdm.GridAxis axes = 2;
-
getAxes
GcdmGridProto.GridAxis getAxes(int index)
repeated .ucar.gcdm.GridAxis axes = 2;
-
getAxesCount
int getAxesCount()
repeated .ucar.gcdm.GridAxis axes = 2;
-
getAxesOrBuilderList
List<? extends GcdmGridProto.GridAxisOrBuilder> getAxesOrBuilderList()
repeated .ucar.gcdm.GridAxis axes = 2;
-
getAxesOrBuilder
GcdmGridProto.GridAxisOrBuilder getAxesOrBuilder(int index)
repeated .ucar.gcdm.GridAxis axes = 2;
-
hasHorizCoordinateSystem
boolean hasHorizCoordinateSystem()
.ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;- Returns:
- Whether the horizCoordinateSystem field is set.
-
getHorizCoordinateSystem
GcdmGridProto.GridHorizCoordinateSystem getHorizCoordinateSystem()
.ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;- Returns:
- The horizCoordinateSystem.
-
getHorizCoordinateSystemOrBuilder
GcdmGridProto.GridHorizCoordinateSystemOrBuilder getHorizCoordinateSystemOrBuilder()
.ucar.gcdm.GridHorizCoordinateSystem horiz_coordinate_system = 3;
-
hasTimeCoordinateSystem
boolean hasTimeCoordinateSystem()
.ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;- Returns:
- Whether the timeCoordinateSystem field is set.
-
getTimeCoordinateSystem
GcdmGridProto.GridTimeCoordinateSystem getTimeCoordinateSystem()
.ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;- Returns:
- The timeCoordinateSystem.
-
getTimeCoordinateSystemOrBuilder
GcdmGridProto.GridTimeCoordinateSystemOrBuilder getTimeCoordinateSystemOrBuilder()
.ucar.gcdm.GridTimeCoordinateSystem time_coordinate_system = 4;
-
-