Package ucar.nc2.ft2.coverage.remote
Interface CdmrFeatureProto.GeoReferencedArrayOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdmrFeatureProto.GeoReferencedArray
,CdmrFeatureProto.GeoReferencedArray.Builder
- Enclosing class:
- CdmrFeatureProto
public static interface CdmrFeatureProto.GeoReferencedArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAxisName(int index)
each dimension corresponds to this axiscom.google.protobuf.ByteString
getAxisNameBytes(int index)
each dimension corresponds to this axisint
getAxisNameCount()
each dimension corresponds to this axisList<String>
getAxisNameList()
each dimension corresponds to this axisboolean
getBigend()
bool bigend = 3;
NcStreamProto.Compress
getCompress()
.Compress compress = 5;
int
getCompressValue()
.Compress compress = 5;
String
getCoordSysName()
must have coordAxes corresponding to shapecom.google.protobuf.ByteString
getCoordSysNameBytes()
must have coordAxes corresponding to shapeString
getCoverageName()
full escaped name.com.google.protobuf.ByteString
getCoverageNameBytes()
full escaped name.NcStreamProto.DataType
getDataType()
.DataType dataType = 2;
int
getDataTypeValue()
.DataType dataType = 2;
com.google.protobuf.ByteString
getPrimdata()
rectangular, primitive arrayint
getShape(int index)
the shape of the returned arrayint
getShapeCount()
the shape of the returned arrayList<Integer>
getShapeList()
the shape of the returned arraylong
getUncompressedSize()
uint64 uncompressedSize = 6;
int
getVersion()
set to >= 3 for proto3-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCoverageName
String getCoverageName()
full escaped name.
string coverageName = 1;
- Returns:
- The coverageName.
-
getCoverageNameBytes
com.google.protobuf.ByteString getCoverageNameBytes()
full escaped name.
string coverageName = 1;
- Returns:
- The bytes for coverageName.
-
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.
-
getBigend
boolean getBigend()
bool bigend = 3;
- Returns:
- The bigend.
-
getVersion
int getVersion()
set to >= 3 for proto3
uint32 version = 4;
- Returns:
- The version.
-
getCompressValue
int getCompressValue()
.Compress compress = 5;
- Returns:
- The enum numeric value on the wire for compress.
-
getCompress
NcStreamProto.Compress getCompress()
.Compress compress = 5;
- Returns:
- The compress.
-
getUncompressedSize
long getUncompressedSize()
uint64 uncompressedSize = 6;
- Returns:
- The uncompressedSize.
-
getShapeList
List<Integer> getShapeList()
the shape of the returned array
repeated uint32 shape = 7;
- Returns:
- A list containing the shape.
-
getShapeCount
int getShapeCount()
the shape of the returned array
repeated uint32 shape = 7;
- Returns:
- The count of shape.
-
getShape
int getShape(int index)
the shape of the returned array
repeated uint32 shape = 7;
- Parameters:
index
- The index of the element to return.- Returns:
- The shape at the given index.
-
getAxisNameList
List<String> getAxisNameList()
each dimension corresponds to this axis
repeated string axisName = 8;
- Returns:
- A list containing the axisName.
-
getAxisNameCount
int getAxisNameCount()
each dimension corresponds to this axis
repeated string axisName = 8;
- Returns:
- The count of axisName.
-
getAxisName
String getAxisName(int index)
each dimension corresponds to this axis
repeated string axisName = 8;
- Parameters:
index
- The index of the element to return.- Returns:
- The axisName at the given index.
-
getAxisNameBytes
com.google.protobuf.ByteString getAxisNameBytes(int index)
each dimension corresponds to this axis
repeated string axisName = 8;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the axisName at the given index.
-
getCoordSysName
String getCoordSysName()
must have coordAxes corresponding to shape
string coordSysName = 9;
- Returns:
- The coordSysName.
-
getCoordSysNameBytes
com.google.protobuf.ByteString getCoordSysNameBytes()
must have coordAxes corresponding to shape
string coordSysName = 9;
- Returns:
- The bytes for coordSysName.
-
getPrimdata
com.google.protobuf.ByteString getPrimdata()
rectangular, primitive array
bytes primdata = 10;
- Returns:
- The primdata.
-
-