public static interface GcdmGridProto.GridOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Attribute |
getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
int |
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5; |
List<GcdmNetcdfProto.Attribute> |
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
List<? extends GcdmNetcdfProto.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5; |
String |
getCoordSystem()
string coord_system = 6; |
com.google.protobuf.ByteString |
getCoordSystemBytes()
string coord_system = 6; |
GcdmNetcdfProto.DataType |
getDataType()
.ucar.gcdm.DataType data_type = 4; |
int |
getDataTypeValue()
.ucar.gcdm.DataType data_type = 4; |
String |
getDescription()
string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 3; |
boolean |
getHasMissing()
bool has_missing = 7; |
String |
getName()
short name, unique within dataset
|
com.google.protobuf.ByteString |
getNameBytes()
short name, unique within dataset
|
String |
getUnit()
string unit = 2; |
com.google.protobuf.ByteString |
getUnitBytes()
string unit = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
short name, unique within dataset
string name = 1;com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;String getUnit()
string unit = 2;com.google.protobuf.ByteString getUnitBytes()
string unit = 2;String getDescription()
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
string description = 3;int getDataTypeValue()
.ucar.gcdm.DataType data_type = 4;GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 4;List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;String getCoordSystem()
string coord_system = 6;com.google.protobuf.ByteString getCoordSystemBytes()
string coord_system = 6;boolean getHasMissing()
bool has_missing = 7;