Package ucar.nc2.ft2.coverage.remote
Interface CdmrFeatureProto.CoverageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdmrFeatureProto.Coverage
,CdmrFeatureProto.Coverage.Builder
- Enclosing class:
- CdmrFeatureProto
public static interface CdmrFeatureProto.CoverageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NcStreamProto.Attribute
getAtts(int index)
repeated .Attribute atts = 4;
int
getAttsCount()
repeated .Attribute atts = 4;
List<NcStreamProto.Attribute>
getAttsList()
repeated .Attribute atts = 4;
NcStreamProto.AttributeOrBuilder
getAttsOrBuilder(int index)
repeated .Attribute atts = 4;
List<? extends NcStreamProto.AttributeOrBuilder>
getAttsOrBuilderList()
repeated .Attribute atts = 4;
String
getCoordSys()
string coordSys = 5;
com.google.protobuf.ByteString
getCoordSysBytes()
string coordSys = 5;
NcStreamProto.DataType
getDataType()
.DataType dataType = 2;
int
getDataTypeValue()
.DataType dataType = 2;
String
getDescription()
string description = 7;
com.google.protobuf.ByteString
getDescriptionBytes()
string description = 7;
String
getName()
short name, unique within datasetcom.google.protobuf.ByteString
getNameBytes()
short name, unique within datasetString
getUnits()
string units = 6;
com.google.protobuf.ByteString
getUnitsBytes()
string units = 6;
-
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.
-
getDataTypeValue
int getDataTypeValue()
.DataType dataType = 2;
- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
NcStreamProto.DataType getDataType()
.DataType dataType = 2;
- Returns:
- The dataType.
-
getAttsList
List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 4;
-
getAtts
NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 4;
-
getAttsCount
int getAttsCount()
repeated .Attribute atts = 4;
-
getAttsOrBuilderList
List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 4;
-
getAttsOrBuilder
NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 4;
-
getCoordSys
String getCoordSys()
string coordSys = 5;
- Returns:
- The coordSys.
-
getCoordSysBytes
com.google.protobuf.ByteString getCoordSysBytes()
string coordSys = 5;
- Returns:
- The bytes for coordSys.
-
getUnits
String getUnits()
string units = 6;
- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()
string units = 6;
- Returns:
- The bytes for units.
-
getDescription
String getDescription()
string description = 7;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 7;
- Returns:
- The bytes for description.
-
-