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 String
getAxisNames(int index)
repeated string axisNames = 2;
com.google.protobuf.ByteString
getAxisNamesBytes(int index)
repeated string axisNames = 2;
int
getAxisNamesCount()
repeated string axisNames = 2;
List<String>
getAxisNamesList()
repeated string axisNames = 2;
CdmrFeatureProto.CoverageType
getCoverageType()
.CoverageType coverageType = 5;
int
getCoverageTypeValue()
.CoverageType coverageType = 5;
String
getName()
must be unique in dataset's CoordSyscom.google.protobuf.ByteString
getNameBytes()
must be unique in dataset's CoordSysString
getTransformNames(int index)
repeated string transformNames = 3;
com.google.protobuf.ByteString
getTransformNamesBytes(int index)
repeated string transformNames = 3;
int
getTransformNamesCount()
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.
-
-