Package ucar.gcdm
Interface GcdmGridProto.GridOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.Grid,GcdmGridProto.Grid.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.DataTypegetArrayType().ucar.gcdm.DataType array_type = 4;intgetArrayTypeValue().ucar.gcdm.DataType array_type = 4;GcdmNetcdfProto.AttributegetAttributes(int index)repeated .ucar.gcdm.Attribute attributes = 5;intgetAttributesCount()repeated .ucar.gcdm.Attribute attributes = 5;List<GcdmNetcdfProto.Attribute>getAttributesList()repeated .ucar.gcdm.Attribute attributes = 5;GcdmNetcdfProto.AttributeOrBuildergetAttributesOrBuilder(int index)repeated .ucar.gcdm.Attribute attributes = 5;List<? extends GcdmNetcdfProto.AttributeOrBuilder>getAttributesOrBuilderList()repeated .ucar.gcdm.Attribute attributes = 5;StringgetCoordinateSystemName()string coordinate_system_name = 6;com.google.protobuf.ByteStringgetCoordinateSystemNameBytes()string coordinate_system_name = 6;StringgetDescription()string description = 3;com.google.protobuf.ByteStringgetDescriptionBytes()string description = 3;StringgetName()short name, unique within datasetcom.google.protobuf.ByteStringgetNameBytes()short name, unique within datasetStringgetUnit()string unit = 2;com.google.protobuf.ByteStringgetUnitBytes()string unit = 2;-
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()
short name, unique within dataset
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;- Returns:
- The bytes for name.
-
getUnit
String getUnit()
string unit = 2;- Returns:
- The unit.
-
getUnitBytes
com.google.protobuf.ByteString getUnitBytes()
string unit = 2;- Returns:
- The bytes for unit.
-
getDescription
String getDescription()
string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 3;- Returns:
- The bytes for description.
-
getArrayTypeValue
int getArrayTypeValue()
.ucar.gcdm.DataType array_type = 4;- Returns:
- The enum numeric value on the wire for arrayType.
-
getArrayType
GcdmNetcdfProto.DataType getArrayType()
.ucar.gcdm.DataType array_type = 4;- Returns:
- The arrayType.
-
getAttributesList
List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributes
GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesCount
int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesOrBuilderList
List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesOrBuilder
GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
-
getCoordinateSystemName
String getCoordinateSystemName()
string coordinate_system_name = 6;- Returns:
- The coordinateSystemName.
-
getCoordinateSystemNameBytes
com.google.protobuf.ByteString getCoordinateSystemNameBytes()
string coordinate_system_name = 6;- Returns:
- The bytes for coordinateSystemName.
-
-