Package ucar.gcdm
Interface GcdmGridProto.ProjectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.Projection,GcdmGridProto.Projection.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.ProjectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.AttributegetAttributes(int index)repeated .ucar.gcdm.Attribute attributes = 3;intgetAttributesCount()repeated .ucar.gcdm.Attribute attributes = 3;List<GcdmNetcdfProto.Attribute>getAttributesList()repeated .ucar.gcdm.Attribute attributes = 3;GcdmNetcdfProto.AttributeOrBuildergetAttributesOrBuilder(int index)repeated .ucar.gcdm.Attribute attributes = 3;List<? extends GcdmNetcdfProto.AttributeOrBuilder>getAttributesOrBuilderList()repeated .ucar.gcdm.Attribute attributes = 3;StringgetGeoUnit()string geo_unit = 2;com.google.protobuf.ByteStringgetGeoUnitBytes()string geo_unit = 2;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;-
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()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getGeoUnit
String getGeoUnit()
string geo_unit = 2;- Returns:
- The geoUnit.
-
getGeoUnitBytes
com.google.protobuf.ByteString getGeoUnitBytes()
string geo_unit = 2;- Returns:
- The bytes for geoUnit.
-
getAttributesList
List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 3;
-
getAttributes
GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 3;
-
getAttributesCount
int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 3;
-
getAttributesOrBuilderList
List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 3;
-
getAttributesOrBuilder
GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 3;
-
-