Package ucar.gcdm
Interface GcdmGridProto.GridReferencedArrayOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridReferencedArray,GcdmGridProto.GridReferencedArray.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridReferencedArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.DatagetData().ucar.gcdm.Data data = 2;GcdmNetcdfProto.DataOrBuildergetDataOrBuilder().ucar.gcdm.Data data = 2;StringgetGridName()string grid_name = 1;com.google.protobuf.ByteStringgetGridNameBytes()string grid_name = 1;GcdmGridProto.MaterializedCoordinateSystemgetMaterializedCoordinateSystem().ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;GcdmGridProto.MaterializedCoordinateSystemOrBuildergetMaterializedCoordinateSystemOrBuilder().ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;booleanhasData().ucar.gcdm.Data data = 2;booleanhasMaterializedCoordinateSystem().ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGridName
String getGridName()
string grid_name = 1;- Returns:
- The gridName.
-
getGridNameBytes
com.google.protobuf.ByteString getGridNameBytes()
string grid_name = 1;- Returns:
- The bytes for gridName.
-
hasData
boolean hasData()
.ucar.gcdm.Data data = 2;- Returns:
- Whether the data field is set.
-
getData
GcdmNetcdfProto.Data getData()
.ucar.gcdm.Data data = 2;- Returns:
- The data.
-
getDataOrBuilder
GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
.ucar.gcdm.Data data = 2;
-
hasMaterializedCoordinateSystem
boolean hasMaterializedCoordinateSystem()
.ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;- Returns:
- Whether the materializedCoordinateSystem field is set.
-
getMaterializedCoordinateSystem
GcdmGridProto.MaterializedCoordinateSystem getMaterializedCoordinateSystem()
.ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;- Returns:
- The materializedCoordinateSystem.
-
getMaterializedCoordinateSystemOrBuilder
GcdmGridProto.MaterializedCoordinateSystemOrBuilder getMaterializedCoordinateSystemOrBuilder()
.ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;
-
-