Package ucar.nc2.ft2.coverage.remote
Interface CdmrFeatureProto.CoordTransformOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdmrFeatureProto.CoordTransform
,CdmrFeatureProto.CoordTransform.Builder
- Enclosing class:
- CdmrFeatureProto
public static interface CdmrFeatureProto.CoordTransformOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getIsHoriz()
bool isHoriz = 1;
String
getName()
short name, unique within datasetcom.google.protobuf.ByteString
getNameBytes()
short name, unique within datasetNcStreamProto.Attribute
getParams(int index)
repeated .Attribute params = 3;
int
getParamsCount()
repeated .Attribute params = 3;
List<NcStreamProto.Attribute>
getParamsList()
repeated .Attribute params = 3;
NcStreamProto.AttributeOrBuilder
getParamsOrBuilder(int index)
repeated .Attribute params = 3;
List<? extends NcStreamProto.AttributeOrBuilder>
getParamsOrBuilderList()
repeated .Attribute params = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIsHoriz
boolean getIsHoriz()
bool isHoriz = 1;
- Returns:
- The isHoriz.
-
getName
String getName()
short name, unique within dataset
string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 2;
- Returns:
- The bytes for name.
-
getParamsList
List<NcStreamProto.Attribute> getParamsList()
repeated .Attribute params = 3;
-
getParams
NcStreamProto.Attribute getParams(int index)
repeated .Attribute params = 3;
-
getParamsCount
int getParamsCount()
repeated .Attribute params = 3;
-
getParamsOrBuilderList
List<? extends NcStreamProto.AttributeOrBuilder> getParamsOrBuilderList()
repeated .Attribute params = 3;
-
getParamsOrBuilder
NcStreamProto.AttributeOrBuilder getParamsOrBuilder(int index)
repeated .Attribute params = 3;
-
-