public static interface CdmrFeatureProto.GeoReferencedArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAxisName(int index)
each dimension corresponds to this axis
|
com.google.protobuf.ByteString |
getAxisNameBytes(int index)
each dimension corresponds to this axis
|
int |
getAxisNameCount()
each dimension corresponds to this axis
|
java.util.List<java.lang.String> |
getAxisNameList()
each dimension corresponds to this axis
|
boolean |
getBigend()
bool bigend = 3; |
NcStreamProto.Compress |
getCompress()
.Compress compress = 5; |
int |
getCompressValue()
.Compress compress = 5; |
java.lang.String |
getCoordSysName()
must have coordAxes corresponding to shape
|
com.google.protobuf.ByteString |
getCoordSysNameBytes()
must have coordAxes corresponding to shape
|
java.lang.String |
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 array
|
int |
getShape(int index)
the shape of the returned array
|
int |
getShapeCount()
the shape of the returned array
|
java.util.List<java.lang.Integer> |
getShapeList()
the shape of the returned array
|
long |
getUncompressedSize()
uint64 uncompressedSize = 6; |
int |
getVersion()
set to >= 3 for proto3
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getCoverageName()
full escaped name.
string coverageName = 1;
com.google.protobuf.ByteString getCoverageNameBytes()
full escaped name.
string coverageName = 1;
int getDataTypeValue()
.DataType dataType = 2;
NcStreamProto.DataType getDataType()
.DataType dataType = 2;
boolean getBigend()
bool bigend = 3;
int getVersion()
set to >= 3 for proto3
uint32 version = 4;
int getCompressValue()
.Compress compress = 5;
NcStreamProto.Compress getCompress()
.Compress compress = 5;
long getUncompressedSize()
uint64 uncompressedSize = 6;
java.util.List<java.lang.Integer> getShapeList()
the shape of the returned array
repeated uint32 shape = 7;
int getShapeCount()
the shape of the returned array
repeated uint32 shape = 7;
int getShape(int index)
the shape of the returned array
repeated uint32 shape = 7;
index
- The index of the element to return.java.util.List<java.lang.String> getAxisNameList()
each dimension corresponds to this axis
repeated string axisName = 8;
int getAxisNameCount()
each dimension corresponds to this axis
repeated string axisName = 8;
java.lang.String getAxisName(int index)
each dimension corresponds to this axis
repeated string axisName = 8;
index
- The index of the element to return.com.google.protobuf.ByteString getAxisNameBytes(int index)
each dimension corresponds to this axis
repeated string axisName = 8;
index
- The index of the value to return.java.lang.String getCoordSysName()
must have coordAxes corresponding to shape
string coordSysName = 9;
com.google.protobuf.ByteString getCoordSysNameBytes()
must have coordAxes corresponding to shape
string coordSysName = 9;
com.google.protobuf.ByteString getPrimdata()
rectangular, primitive array
bytes primdata = 10;