public static interface CoverageProto.CoverageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CoverageProto.Attribute |
getAtts(int index)
repeated .Attribute atts = 4; |
int |
getAttsCount()
repeated .Attribute atts = 4; |
java.util.List<CoverageProto.Attribute> |
getAttsList()
repeated .Attribute atts = 4; |
CoverageProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .Attribute atts = 4; |
java.util.List<? extends CoverageProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .Attribute atts = 4; |
int |
getAxisType()
optional uint32 axisType = 10; |
int |
getDataType()
required uint32 dataType = 2; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
getUnsigned()
optional bool unsigned = 3 [default = false]; |
boolean |
hasAxisType()
optional uint32 axisType = 10; |
boolean |
hasDataType()
required uint32 dataType = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasUnsigned()
optional bool unsigned = 3 [default = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
short name
java.lang.String getName()
required string name = 1;
short name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
short name
boolean hasDataType()
required uint32 dataType = 2;
ucar.ma2.DataType ordinal
int getDataType()
required uint32 dataType = 2;
ucar.ma2.DataType ordinal
boolean hasUnsigned()
optional bool unsigned = 3 [default = false];
boolean getUnsigned()
optional bool unsigned = 3 [default = false];
java.util.List<CoverageProto.Attribute> getAttsList()
repeated .Attribute atts = 4;
CoverageProto.Attribute getAtts(int index)
repeated .Attribute atts = 4;
int getAttsCount()
repeated .Attribute atts = 4;
java.util.List<? extends CoverageProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 4;
CoverageProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 4;
boolean hasAxisType()
optional uint32 axisType = 10;
ucar.nc2.constants.AxisType ordinal
int getAxisType()
optional uint32 axisType = 10;
ucar.nc2.constants.AxisType ordinal