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