public static interface CdmrFeatureProto.CoordAxisOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.Attribute |
getAtts(int index)
find calendar attribute here?
|
int |
getAttsCount()
find calendar attribute here?
|
java.util.List<NcStreamProto.Attribute> |
getAttsList()
find calendar attribute here?
|
NcStreamProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
find calendar attribute here?
|
java.util.List<? extends NcStreamProto.AttributeOrBuilder> |
getAttsOrBuilderList()
find calendar attribute here?
|
CdmrFeatureProto.AxisType |
getAxisType()
.AxisType axisType = 4; |
int |
getAxisTypeValue()
.AxisType axisType = 4; |
NcStreamProto.DataType |
getDataType()
.DataType dataType = 2; |
int |
getDataTypeValue()
.DataType dataType = 2; |
CdmrFeatureProto.DependenceType |
getDepend()
.DependenceType depend = 7; |
java.lang.String |
getDependsOn(int index)
depends on these axes, only for non-independent axes
|
com.google.protobuf.ByteString |
getDependsOnBytes(int index)
depends on these axes, only for non-independent axes
|
int |
getDependsOnCount()
depends on these axes, only for non-independent axes
|
java.util.List<java.lang.String> |
getDependsOnList()
depends on these axes, only for non-independent axes
|
int |
getDependValue()
.DependenceType depend = 7; |
java.lang.String |
getDescription()
string description = 6; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 6; |
double |
getEndValue()
double endValue = 13; |
java.lang.String |
getName()
short name, unique within dataset
|
com.google.protobuf.ByteString |
getNameBytes()
short name, unique within dataset
|
long |
getNvalues()
int64 nvalues = 10; |
double |
getResolution()
resolution = (end-start) / (nvalues-1)
|
int |
getShape(int index)
the shape of the axis (>1D only)
|
int |
getShapeCount()
the shape of the axis (>1D only)
|
java.util.List<java.lang.Integer> |
getShapeList()
the shape of the axis (>1D only)
|
CdmrFeatureProto.AxisSpacing |
getSpacing()
.AxisSpacing spacing = 11; |
int |
getSpacingValue()
.AxisSpacing spacing = 11; |
double |
getStartValue()
double startValue = 12; |
java.lang.String |
getUnits()
string units = 5; |
com.google.protobuf.ByteString |
getUnitsBytes()
string units = 5; |
com.google.protobuf.ByteString |
getValues()
big endian doubles; not used for regular, may be deferred
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
short name, unique within dataset
string name = 1;com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;int getDataTypeValue()
.DataType dataType = 2;NcStreamProto.DataType getDataType()
.DataType dataType = 2;java.util.List<NcStreamProto.Attribute> getAttsList()
find calendar attribute here?
repeated .Attribute atts = 3;NcStreamProto.Attribute getAtts(int index)
find calendar attribute here?
repeated .Attribute atts = 3;int getAttsCount()
find calendar attribute here?
repeated .Attribute atts = 3;java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
find calendar attribute here?
repeated .Attribute atts = 3;NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;int getAxisTypeValue()
.AxisType axisType = 4;CdmrFeatureProto.AxisType getAxisType()
.AxisType axisType = 4;java.lang.String getUnits()
string units = 5;com.google.protobuf.ByteString getUnitsBytes()
string units = 5;java.lang.String getDescription()
string description = 6;com.google.protobuf.ByteString getDescriptionBytes()
string description = 6;int getDependValue()
.DependenceType depend = 7;CdmrFeatureProto.DependenceType getDepend()
.DependenceType depend = 7;java.util.List<java.lang.String> getDependsOnList()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;int getDependsOnCount()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;java.lang.String getDependsOn(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;index - The index of the element to return.com.google.protobuf.ByteString getDependsOnBytes(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;index - The index of the value to return.java.util.List<java.lang.Integer> getShapeList()
the shape of the axis (>1D only)
repeated uint32 shape = 9;int getShapeCount()
the shape of the axis (>1D only)
repeated uint32 shape = 9;int getShape(int index)
the shape of the axis (>1D only)
repeated uint32 shape = 9;index - The index of the element to return.long getNvalues()
int64 nvalues = 10;int getSpacingValue()
.AxisSpacing spacing = 11;CdmrFeatureProto.AxisSpacing getSpacing()
.AxisSpacing spacing = 11;double getStartValue()
double startValue = 12;double getEndValue()
double endValue = 13;double getResolution()
resolution = (end-start) / (nvalues-1)
double resolution = 14;com.google.protobuf.ByteString getValues()
big endian doubles; not used for regular, may be deferred
bytes values = 15;