Package ucar.gcdm
Interface GcdmGridProto.GridDatasetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridDataset,GcdmGridProto.GridDataset.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridDatasetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.AttributegetAttributes(int index)repeated .ucar.gcdm.Attribute attributes = 4;intgetAttributesCount()repeated .ucar.gcdm.Attribute attributes = 4;List<GcdmNetcdfProto.Attribute>getAttributesList()repeated .ucar.gcdm.Attribute attributes = 4;GcdmNetcdfProto.AttributeOrBuildergetAttributesOrBuilder(int index)repeated .ucar.gcdm.Attribute attributes = 4;List<? extends GcdmNetcdfProto.AttributeOrBuilder>getAttributesOrBuilderList()repeated .ucar.gcdm.Attribute attributes = 4;GcdmGridProto.GridCoordinateSystemgetCoordSystems(int index)repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;intgetCoordSystemsCount()repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;List<GcdmGridProto.GridCoordinateSystem>getCoordSystemsList()repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;GcdmGridProto.GridCoordinateSystemOrBuildergetCoordSystemsOrBuilder(int index)repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;List<? extends GcdmGridProto.GridCoordinateSystemOrBuilder>getCoordSystemsOrBuilderList()repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;GcdmGridProto.CdmFeatureTypegetFeatureType().ucar.gcdm.CdmFeatureType feature_type = 3;intgetFeatureTypeValue().ucar.gcdm.CdmFeatureType feature_type = 3;GcdmGridProto.GridAxisgetGridAxes(int index)repeated .ucar.gcdm.GridAxis grid_axes = 5;intgetGridAxesCount()repeated .ucar.gcdm.GridAxis grid_axes = 5;List<GcdmGridProto.GridAxis>getGridAxesList()repeated .ucar.gcdm.GridAxis grid_axes = 5;GcdmGridProto.GridAxisOrBuildergetGridAxesOrBuilder(int index)repeated .ucar.gcdm.GridAxis grid_axes = 5;List<? extends GcdmGridProto.GridAxisOrBuilder>getGridAxesOrBuilderList()repeated .ucar.gcdm.GridAxis grid_axes = 5;GcdmGridProto.GridgetGrids(int index)repeated .ucar.gcdm.Grid grids = 9;intgetGridsCount()repeated .ucar.gcdm.Grid grids = 9;List<GcdmGridProto.Grid>getGridsList()repeated .ucar.gcdm.Grid grids = 9;GcdmGridProto.GridOrBuildergetGridsOrBuilder(int index)repeated .ucar.gcdm.Grid grids = 9;List<? extends GcdmGridProto.GridOrBuilder>getGridsOrBuilderList()repeated .ucar.gcdm.Grid grids = 9;GcdmGridProto.GridHorizCoordinateSystemgetHorizCoordSystems(int index)repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;intgetHorizCoordSystemsCount()repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;List<GcdmGridProto.GridHorizCoordinateSystem>getHorizCoordSystemsList()repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;GcdmGridProto.GridHorizCoordinateSystemOrBuildergetHorizCoordSystemsOrBuilder(int index)repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;List<? extends GcdmGridProto.GridHorizCoordinateSystemOrBuilder>getHorizCoordSystemsOrBuilderList()repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;StringgetLocation()string location = 2;com.google.protobuf.ByteStringgetLocationBytes()string location = 2;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;GcdmGridProto.GridTimeCoordinateSystemgetTimeCoordSystems(int index)repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;intgetTimeCoordSystemsCount()repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;List<GcdmGridProto.GridTimeCoordinateSystem>getTimeCoordSystemsList()repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;GcdmGridProto.GridTimeCoordinateSystemOrBuildergetTimeCoordSystemsOrBuilder(int index)repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;List<? extends GcdmGridProto.GridTimeCoordinateSystemOrBuilder>getTimeCoordSystemsOrBuilderList()repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;GcdmGridProto.VerticalTransformgetVerticalTransform(int index)repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;intgetVerticalTransformCount()repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;List<GcdmGridProto.VerticalTransform>getVerticalTransformList()repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;GcdmGridProto.VerticalTransformOrBuildergetVerticalTransformOrBuilder(int index)repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;List<? extends GcdmGridProto.VerticalTransformOrBuilder>getVerticalTransformOrBuilderList()repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;-
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.
-
getLocation
String getLocation()
string location = 2;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 2;- Returns:
- The bytes for location.
-
getFeatureTypeValue
int getFeatureTypeValue()
.ucar.gcdm.CdmFeatureType feature_type = 3;- Returns:
- The enum numeric value on the wire for featureType.
-
getFeatureType
GcdmGridProto.CdmFeatureType getFeatureType()
.ucar.gcdm.CdmFeatureType feature_type = 3;- Returns:
- The featureType.
-
getAttributesList
List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributes
GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesCount
int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesOrBuilderList
List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesOrBuilder
GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
-
getGridAxesList
List<GcdmGridProto.GridAxis> getGridAxesList()
repeated .ucar.gcdm.GridAxis grid_axes = 5;
-
getGridAxes
GcdmGridProto.GridAxis getGridAxes(int index)
repeated .ucar.gcdm.GridAxis grid_axes = 5;
-
getGridAxesCount
int getGridAxesCount()
repeated .ucar.gcdm.GridAxis grid_axes = 5;
-
getGridAxesOrBuilderList
List<? extends GcdmGridProto.GridAxisOrBuilder> getGridAxesOrBuilderList()
repeated .ucar.gcdm.GridAxis grid_axes = 5;
-
getGridAxesOrBuilder
GcdmGridProto.GridAxisOrBuilder getGridAxesOrBuilder(int index)
repeated .ucar.gcdm.GridAxis grid_axes = 5;
-
getHorizCoordSystemsList
List<GcdmGridProto.GridHorizCoordinateSystem> getHorizCoordSystemsList()
repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
-
getHorizCoordSystems
GcdmGridProto.GridHorizCoordinateSystem getHorizCoordSystems(int index)
repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
-
getHorizCoordSystemsCount
int getHorizCoordSystemsCount()
repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
-
getHorizCoordSystemsOrBuilderList
List<? extends GcdmGridProto.GridHorizCoordinateSystemOrBuilder> getHorizCoordSystemsOrBuilderList()
repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
-
getHorizCoordSystemsOrBuilder
GcdmGridProto.GridHorizCoordinateSystemOrBuilder getHorizCoordSystemsOrBuilder(int index)
repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
-
getTimeCoordSystemsList
List<GcdmGridProto.GridTimeCoordinateSystem> getTimeCoordSystemsList()
repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
-
getTimeCoordSystems
GcdmGridProto.GridTimeCoordinateSystem getTimeCoordSystems(int index)
repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
-
getTimeCoordSystemsCount
int getTimeCoordSystemsCount()
repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
-
getTimeCoordSystemsOrBuilderList
List<? extends GcdmGridProto.GridTimeCoordinateSystemOrBuilder> getTimeCoordSystemsOrBuilderList()
repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
-
getTimeCoordSystemsOrBuilder
GcdmGridProto.GridTimeCoordinateSystemOrBuilder getTimeCoordSystemsOrBuilder(int index)
repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
-
getCoordSystemsList
List<GcdmGridProto.GridCoordinateSystem> getCoordSystemsList()
repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
-
getCoordSystems
GcdmGridProto.GridCoordinateSystem getCoordSystems(int index)
repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
-
getCoordSystemsCount
int getCoordSystemsCount()
repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
-
getCoordSystemsOrBuilderList
List<? extends GcdmGridProto.GridCoordinateSystemOrBuilder> getCoordSystemsOrBuilderList()
repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
-
getCoordSystemsOrBuilder
GcdmGridProto.GridCoordinateSystemOrBuilder getCoordSystemsOrBuilder(int index)
repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
-
getGridsList
List<GcdmGridProto.Grid> getGridsList()
repeated .ucar.gcdm.Grid grids = 9;
-
getGrids
GcdmGridProto.Grid getGrids(int index)
repeated .ucar.gcdm.Grid grids = 9;
-
getGridsCount
int getGridsCount()
repeated .ucar.gcdm.Grid grids = 9;
-
getGridsOrBuilderList
List<? extends GcdmGridProto.GridOrBuilder> getGridsOrBuilderList()
repeated .ucar.gcdm.Grid grids = 9;
-
getGridsOrBuilder
GcdmGridProto.GridOrBuilder getGridsOrBuilder(int index)
repeated .ucar.gcdm.Grid grids = 9;
-
getVerticalTransformList
List<GcdmGridProto.VerticalTransform> getVerticalTransformList()
repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;
-
getVerticalTransform
GcdmGridProto.VerticalTransform getVerticalTransform(int index)
repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;
-
getVerticalTransformCount
int getVerticalTransformCount()
repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;
-
getVerticalTransformOrBuilderList
List<? extends GcdmGridProto.VerticalTransformOrBuilder> getVerticalTransformOrBuilderList()
repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;
-
getVerticalTransformOrBuilder
GcdmGridProto.VerticalTransformOrBuilder getVerticalTransformOrBuilder(int index)
repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;
-
-