Package ucar.nc2.ft2.coverage.remote
Interface CdmrFeatureProto.CoordSysOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdmrFeatureProto.CoordSys,CdmrFeatureProto.CoordSys.Builder
- Enclosing class:
- CdmrFeatureProto
public static interface CdmrFeatureProto.CoordSysOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAxisNames(int index)repeated string axisNames = 2;com.google.protobuf.ByteStringgetAxisNamesBytes(int index)repeated string axisNames = 2;intgetAxisNamesCount()repeated string axisNames = 2;List<String>getAxisNamesList()repeated string axisNames = 2;CdmrFeatureProto.CoverageTypegetCoverageType().CoverageType coverageType = 5;intgetCoverageTypeValue().CoverageType coverageType = 5;StringgetName()must be unique in dataset's CoordSyscom.google.protobuf.ByteStringgetNameBytes()must be unique in dataset's CoordSysStringgetTransformNames(int index)repeated string transformNames = 3;com.google.protobuf.ByteStringgetTransformNamesBytes(int index)repeated string transformNames = 3;intgetTransformNamesCount()repeated string transformNames = 3;List<String>getTransformNamesList()repeated string transformNames = 3;-
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()
must be unique in dataset's CoordSys
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
must be unique in dataset's CoordSys
string name = 1;- Returns:
- The bytes for name.
-
getAxisNamesList
List<String> getAxisNamesList()
repeated string axisNames = 2;- Returns:
- A list containing the axisNames.
-
getAxisNamesCount
int getAxisNamesCount()
repeated string axisNames = 2;- Returns:
- The count of axisNames.
-
getAxisNames
String getAxisNames(int index)
repeated string axisNames = 2;- Parameters:
index- The index of the element to return.- Returns:
- The axisNames at the given index.
-
getAxisNamesBytes
com.google.protobuf.ByteString getAxisNamesBytes(int index)
repeated string axisNames = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the axisNames at the given index.
-
getTransformNamesList
List<String> getTransformNamesList()
repeated string transformNames = 3;- Returns:
- A list containing the transformNames.
-
getTransformNamesCount
int getTransformNamesCount()
repeated string transformNames = 3;- Returns:
- The count of transformNames.
-
getTransformNames
String getTransformNames(int index)
repeated string transformNames = 3;- Parameters:
index- The index of the element to return.- Returns:
- The transformNames at the given index.
-
getTransformNamesBytes
com.google.protobuf.ByteString getTransformNamesBytes(int index)
repeated string transformNames = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the transformNames at the given index.
-
getCoverageTypeValue
int getCoverageTypeValue()
.CoverageType coverageType = 5;- Returns:
- The enum numeric value on the wire for coverageType.
-
getCoverageType
CdmrFeatureProto.CoverageType getCoverageType()
.CoverageType coverageType = 5;- Returns:
- The coverageType.
-
-