public static interface GcdmNetcdfProto.VariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Attribute |
getAtts(int index)
repeated .ucar.gcdm.Attribute atts = 4; |
int |
getAttsCount()
repeated .ucar.gcdm.Attribute atts = 4; |
List<GcdmNetcdfProto.Attribute> |
getAttsList()
repeated .ucar.gcdm.Attribute atts = 4; |
GcdmNetcdfProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 4; |
List<? extends GcdmNetcdfProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .ucar.gcdm.Attribute atts = 4; |
GcdmNetcdfProto.Data |
getData()
"immediate" - store small data in header
|
GcdmNetcdfProto.DataOrBuilder |
getDataOrBuilder()
"immediate" - store small data in header
|
GcdmNetcdfProto.DataType |
getDataType()
.ucar.gcdm.DataType data_type = 2; |
int |
getDataTypeValue()
.ucar.gcdm.DataType data_type = 2; |
String |
getEnumType()
EnumTypedef name, only for enum types
|
com.google.protobuf.ByteString |
getEnumTypeBytes()
EnumTypedef name, only for enum types
|
String |
getName()
short name
|
com.google.protobuf.ByteString |
getNameBytes()
short name
|
GcdmNetcdfProto.Dimension |
getShapes(int index)
actual dimension instead of reference
|
int |
getShapesCount()
actual dimension instead of reference
|
List<GcdmNetcdfProto.Dimension> |
getShapesList()
actual dimension instead of reference
|
GcdmNetcdfProto.DimensionOrBuilder |
getShapesOrBuilder(int index)
actual dimension instead of reference
|
List<? extends GcdmNetcdfProto.DimensionOrBuilder> |
getShapesOrBuilderList()
actual dimension instead of reference
|
boolean |
hasData()
"immediate" - store small data in header
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
short name
string name = 1;com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;int getDataTypeValue()
.ucar.gcdm.DataType data_type = 2;GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 2;List<GcdmNetcdfProto.Dimension> getShapesList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;GcdmNetcdfProto.Dimension getShapes(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;int getShapesCount()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;List<? extends GcdmNetcdfProto.DimensionOrBuilder> getShapesOrBuilderList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;GcdmNetcdfProto.DimensionOrBuilder getShapesOrBuilder(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;List<GcdmNetcdfProto.Attribute> getAttsList()
repeated .ucar.gcdm.Attribute atts = 4;GcdmNetcdfProto.Attribute getAtts(int index)
repeated .ucar.gcdm.Attribute atts = 4;int getAttsCount()
repeated .ucar.gcdm.Attribute atts = 4;List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .ucar.gcdm.Attribute atts = 4;GcdmNetcdfProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 4;String getEnumType()
EnumTypedef name, only for enum types
string enum_type = 5;com.google.protobuf.ByteString getEnumTypeBytes()
EnumTypedef name, only for enum types
string enum_type = 5;boolean hasData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.Data getData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;