public static final class CdmrFeatureProto.CoordAxis extends com.google.protobuf.GeneratedMessageV3 implements CdmrFeatureProto.CoordAxisOrBuilder
CoordAxis
Modifier and Type | Class and Description |
---|---|
static class |
CdmrFeatureProto.CoordAxis.Builder
Protobuf type
CoordAxis |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ATTS_FIELD_NUMBER |
static int |
AXISTYPE_FIELD_NUMBER |
static int |
DATATYPE_FIELD_NUMBER |
static int |
DEPEND_FIELD_NUMBER |
static int |
DEPENDSON_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
ENDVALUE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NVALUES_FIELD_NUMBER |
static int |
RESOLUTION_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
SPACING_FIELD_NUMBER |
static int |
STARTVALUE_FIELD_NUMBER |
static int |
UNITS_FIELD_NUMBER |
static int |
VALUES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static CdmrFeatureProto.CoordAxis |
getDefaultInstance() |
CdmrFeatureProto.CoordAxis |
getDefaultInstanceForType() |
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
|
com.google.protobuf.ProtocolStringList |
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; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> |
getParserForType() |
double |
getResolution()
resolution = (end-start) / (nvalues-1)
|
int |
getSerializedSize() |
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
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CdmrFeatureProto.CoordAxis.Builder |
newBuilder() |
static CdmrFeatureProto.CoordAxis.Builder |
newBuilder(CdmrFeatureProto.CoordAxis prototype) |
CdmrFeatureProto.CoordAxis.Builder |
newBuilderForType() |
protected CdmrFeatureProto.CoordAxis.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CdmrFeatureProto.CoordAxis |
parseDelimitedFrom(java.io.InputStream input) |
static CdmrFeatureProto.CoordAxis |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CdmrFeatureProto.CoordAxis |
parseFrom(byte[] data) |
static CdmrFeatureProto.CoordAxis |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CdmrFeatureProto.CoordAxis |
parseFrom(java.nio.ByteBuffer data) |
static CdmrFeatureProto.CoordAxis |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CdmrFeatureProto.CoordAxis |
parseFrom(com.google.protobuf.ByteString data) |
static CdmrFeatureProto.CoordAxis |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CdmrFeatureProto.CoordAxis |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CdmrFeatureProto.CoordAxis |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CdmrFeatureProto.CoordAxis |
parseFrom(java.io.InputStream input) |
static CdmrFeatureProto.CoordAxis |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> |
parser() |
CdmrFeatureProto.CoordAxis.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NAME_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
public static final int ATTS_FIELD_NUMBER
public static final int AXISTYPE_FIELD_NUMBER
public static final int UNITS_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int DEPEND_FIELD_NUMBER
public static final int DEPENDSON_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int NVALUES_FIELD_NUMBER
public static final int SPACING_FIELD_NUMBER
public static final int STARTVALUE_FIELD_NUMBER
public static final int ENDVALUE_FIELD_NUMBER
public static final int RESOLUTION_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public java.lang.String getName()
short name, unique within dataset
string name = 1;
getName
in interface CdmrFeatureProto.CoordAxisOrBuilder
public com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;
getNameBytes
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getDataTypeValue()
.DataType dataType = 2;
getDataTypeValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public NcStreamProto.DataType getDataType()
.DataType dataType = 2;
getDataType
in interface CdmrFeatureProto.CoordAxisOrBuilder
public java.util.List<NcStreamProto.Attribute> getAttsList()
find calendar attribute here?
repeated .Attribute atts = 3;
getAttsList
in interface CdmrFeatureProto.CoordAxisOrBuilder
public java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
find calendar attribute here?
repeated .Attribute atts = 3;
getAttsOrBuilderList
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getAttsCount()
find calendar attribute here?
repeated .Attribute atts = 3;
getAttsCount
in interface CdmrFeatureProto.CoordAxisOrBuilder
public NcStreamProto.Attribute getAtts(int index)
find calendar attribute here?
repeated .Attribute atts = 3;
getAtts
in interface CdmrFeatureProto.CoordAxisOrBuilder
public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;
getAttsOrBuilder
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getAxisTypeValue()
.AxisType axisType = 4;
getAxisTypeValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public CdmrFeatureProto.AxisType getAxisType()
.AxisType axisType = 4;
getAxisType
in interface CdmrFeatureProto.CoordAxisOrBuilder
public java.lang.String getUnits()
string units = 5;
getUnits
in interface CdmrFeatureProto.CoordAxisOrBuilder
public com.google.protobuf.ByteString getUnitsBytes()
string units = 5;
getUnitsBytes
in interface CdmrFeatureProto.CoordAxisOrBuilder
public java.lang.String getDescription()
string description = 6;
getDescription
in interface CdmrFeatureProto.CoordAxisOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 6;
getDescriptionBytes
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getDependValue()
.DependenceType depend = 7;
getDependValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public CdmrFeatureProto.DependenceType getDepend()
.DependenceType depend = 7;
getDepend
in interface CdmrFeatureProto.CoordAxisOrBuilder
public com.google.protobuf.ProtocolStringList getDependsOnList()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
getDependsOnList
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getDependsOnCount()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
getDependsOnCount
in interface CdmrFeatureProto.CoordAxisOrBuilder
public java.lang.String getDependsOn(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
getDependsOn
in interface CdmrFeatureProto.CoordAxisOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getDependsOnBytes(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
getDependsOnBytes
in interface CdmrFeatureProto.CoordAxisOrBuilder
index
- The index of the value to return.public java.util.List<java.lang.Integer> getShapeList()
the shape of the axis (>1D only)
repeated uint32 shape = 9;
getShapeList
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getShapeCount()
the shape of the axis (>1D only)
repeated uint32 shape = 9;
getShapeCount
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getShape(int index)
the shape of the axis (>1D only)
repeated uint32 shape = 9;
getShape
in interface CdmrFeatureProto.CoordAxisOrBuilder
index
- The index of the element to return.public long getNvalues()
int64 nvalues = 10;
getNvalues
in interface CdmrFeatureProto.CoordAxisOrBuilder
public int getSpacingValue()
.AxisSpacing spacing = 11;
getSpacingValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public CdmrFeatureProto.AxisSpacing getSpacing()
.AxisSpacing spacing = 11;
getSpacing
in interface CdmrFeatureProto.CoordAxisOrBuilder
public double getStartValue()
double startValue = 12;
getStartValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public double getEndValue()
double endValue = 13;
getEndValue
in interface CdmrFeatureProto.CoordAxisOrBuilder
public double getResolution()
resolution = (end-start) / (nvalues-1)
double resolution = 14;
getResolution
in interface CdmrFeatureProto.CoordAxisOrBuilder
public com.google.protobuf.ByteString getValues()
big endian doubles; not used for regular, may be deferred
bytes values = 15;
getValues
in interface CdmrFeatureProto.CoordAxisOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CdmrFeatureProto.CoordAxis parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CdmrFeatureProto.CoordAxis parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CdmrFeatureProto.CoordAxis parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CdmrFeatureProto.CoordAxis parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CdmrFeatureProto.CoordAxis parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public CdmrFeatureProto.CoordAxis.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CdmrFeatureProto.CoordAxis.Builder newBuilder()
public static CdmrFeatureProto.CoordAxis.Builder newBuilder(CdmrFeatureProto.CoordAxis prototype)
public CdmrFeatureProto.CoordAxis.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CdmrFeatureProto.CoordAxis.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CdmrFeatureProto.CoordAxis getDefaultInstance()
public static com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> parser()
public com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CdmrFeatureProto.CoordAxis getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder