public static final class CdmrFeatureProto.CoordAxis.Builder extends com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder> implements CdmrFeatureProto.CoordAxisOrBuilder
CoordAxis| Modifier and Type | Method and Description |
|---|---|
CdmrFeatureProto.CoordAxis.Builder |
addAllAtts(java.lang.Iterable<? extends NcStreamProto.Attribute> values)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
addAllDependsOn(java.lang.Iterable<java.lang.String> values)
depends on these axes, only for non-independent axes
|
CdmrFeatureProto.CoordAxis.Builder |
addAllShape(java.lang.Iterable<? extends java.lang.Integer> values)
the shape of the axis (>1D only)
|
CdmrFeatureProto.CoordAxis.Builder |
addAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
addAtts(int index,
NcStreamProto.Attribute value)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
addAtts(NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
addAtts(NcStreamProto.Attribute value)
find calendar attribute here?
|
NcStreamProto.Attribute.Builder |
addAttsBuilder()
find calendar attribute here?
|
NcStreamProto.Attribute.Builder |
addAttsBuilder(int index)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
addDependsOn(java.lang.String value)
depends on these axes, only for non-independent axes
|
CdmrFeatureProto.CoordAxis.Builder |
addDependsOnBytes(com.google.protobuf.ByteString value)
depends on these axes, only for non-independent axes
|
CdmrFeatureProto.CoordAxis.Builder |
addShape(int value)
the shape of the axis (>1D only)
|
CdmrFeatureProto.CoordAxis |
build() |
CdmrFeatureProto.CoordAxis |
buildPartial() |
CdmrFeatureProto.CoordAxis.Builder |
clear() |
CdmrFeatureProto.CoordAxis.Builder |
clearAtts()
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
clearAxisType()
.AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
clearDataType()
.DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
clearDepend()
.DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
clearDependsOn()
depends on these axes, only for non-independent axes
|
CdmrFeatureProto.CoordAxis.Builder |
clearDescription()
string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
clearEndValue()
double endValue = 13; |
CdmrFeatureProto.CoordAxis.Builder |
clearName()
short name, unique within dataset
|
CdmrFeatureProto.CoordAxis.Builder |
clearNvalues()
int64 nvalues = 10; |
CdmrFeatureProto.CoordAxis.Builder |
clearResolution()
resolution = (end-start) / (nvalues-1)
|
CdmrFeatureProto.CoordAxis.Builder |
clearShape()
the shape of the axis (>1D only)
|
CdmrFeatureProto.CoordAxis.Builder |
clearSpacing()
.AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
clearStartValue()
double startValue = 12; |
CdmrFeatureProto.CoordAxis.Builder |
clearUnits()
string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
clearValues()
big endian doubles; not used for regular, may be deferred
|
NcStreamProto.Attribute |
getAtts(int index)
find calendar attribute here?
|
NcStreamProto.Attribute.Builder |
getAttsBuilder(int index)
find calendar attribute here?
|
java.util.List<NcStreamProto.Attribute.Builder> |
getAttsBuilderList()
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.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() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CdmrFeatureProto.CoordAxis.Builder |
mergeFrom(CdmrFeatureProto.CoordAxis other) |
CdmrFeatureProto.CoordAxis.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CdmrFeatureProto.CoordAxis.Builder |
mergeFrom(com.google.protobuf.Message other) |
CdmrFeatureProto.CoordAxis.Builder |
removeAtts(int index)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
setAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
setAtts(int index,
NcStreamProto.Attribute value)
find calendar attribute here?
|
CdmrFeatureProto.CoordAxis.Builder |
setAxisType(CdmrFeatureProto.AxisType value)
.AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
setAxisTypeValue(int value)
.AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
setDataType(NcStreamProto.DataType value)
.DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
setDataTypeValue(int value)
.DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
setDepend(CdmrFeatureProto.DependenceType value)
.DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
setDependsOn(int index,
java.lang.String value)
depends on these axes, only for non-independent axes
|
CdmrFeatureProto.CoordAxis.Builder |
setDependValue(int value)
.DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
setDescription(java.lang.String value)
string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
setEndValue(double value)
double endValue = 13; |
CdmrFeatureProto.CoordAxis.Builder |
setName(java.lang.String value)
short name, unique within dataset
|
CdmrFeatureProto.CoordAxis.Builder |
setNameBytes(com.google.protobuf.ByteString value)
short name, unique within dataset
|
CdmrFeatureProto.CoordAxis.Builder |
setNvalues(long value)
int64 nvalues = 10; |
CdmrFeatureProto.CoordAxis.Builder |
setResolution(double value)
resolution = (end-start) / (nvalues-1)
|
CdmrFeatureProto.CoordAxis.Builder |
setShape(int index,
int value)
the shape of the axis (>1D only)
|
CdmrFeatureProto.CoordAxis.Builder |
setSpacing(CdmrFeatureProto.AxisSpacing value)
.AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
setSpacingValue(int value)
.AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
setStartValue(double value)
double startValue = 12; |
CdmrFeatureProto.CoordAxis.Builder |
setUnits(java.lang.String value)
string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
setUnitsBytes(com.google.protobuf.ByteString value)
string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
setValues(com.google.protobuf.ByteString value)
big endian doubles; not used for regular, may be deferred
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public CdmrFeatureProto.CoordAxis.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public CdmrFeatureProto.CoordAxis getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CdmrFeatureProto.CoordAxis build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CdmrFeatureProto.CoordAxis buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CdmrFeatureProto.CoordAxis.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public CdmrFeatureProto.CoordAxis.Builder mergeFrom(CdmrFeatureProto.CoordAxis other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public CdmrFeatureProto.CoordAxis.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>java.io.IOExceptionpublic java.lang.String getName()
short name, unique within dataset
string name = 1;getName in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;getNameBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setName(java.lang.String value)
short name, unique within dataset
string name = 1;value - The name to set.public CdmrFeatureProto.CoordAxis.Builder clearName()
short name, unique within dataset
string name = 1;public CdmrFeatureProto.CoordAxis.Builder setNameBytes(com.google.protobuf.ByteString value)
short name, unique within dataset
string name = 1;value - The bytes for name to set.public int getDataTypeValue()
.DataType dataType = 2;getDataTypeValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDataTypeValue(int value)
.DataType dataType = 2;value - The enum numeric value on the wire for dataType to set.public NcStreamProto.DataType getDataType()
.DataType dataType = 2;getDataType in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDataType(NcStreamProto.DataType value)
.DataType dataType = 2;value - The dataType to set.public CdmrFeatureProto.CoordAxis.Builder clearDataType()
.DataType dataType = 2;public java.util.List<NcStreamProto.Attribute> getAttsList()
find calendar attribute here?
repeated .Attribute atts = 3;getAttsList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getAttsCount()
find calendar attribute here?
repeated .Attribute atts = 3;getAttsCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic NcStreamProto.Attribute getAtts(int index)
find calendar attribute here?
repeated .Attribute atts = 3;getAtts in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAtts(int index, NcStreamProto.Attribute value)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder setAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder addAtts(NcStreamProto.Attribute value)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder addAtts(int index, NcStreamProto.Attribute value)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder addAtts(NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder addAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder addAllAtts(java.lang.Iterable<? extends NcStreamProto.Attribute> values)
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder clearAtts()
find calendar attribute here?
repeated .Attribute atts = 3;public CdmrFeatureProto.CoordAxis.Builder removeAtts(int index)
find calendar attribute here?
repeated .Attribute atts = 3;public NcStreamProto.Attribute.Builder getAttsBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;getAttsOrBuilder in interface CdmrFeatureProto.CoordAxisOrBuilderpublic java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
find calendar attribute here?
repeated .Attribute atts = 3;getAttsOrBuilderList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic NcStreamProto.Attribute.Builder addAttsBuilder()
find calendar attribute here?
repeated .Attribute atts = 3;public NcStreamProto.Attribute.Builder addAttsBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;public java.util.List<NcStreamProto.Attribute.Builder> getAttsBuilderList()
find calendar attribute here?
repeated .Attribute atts = 3;public int getAxisTypeValue()
.AxisType axisType = 4;getAxisTypeValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAxisTypeValue(int value)
.AxisType axisType = 4;value - The enum numeric value on the wire for axisType to set.public CdmrFeatureProto.AxisType getAxisType()
.AxisType axisType = 4;getAxisType in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAxisType(CdmrFeatureProto.AxisType value)
.AxisType axisType = 4;value - The axisType to set.public CdmrFeatureProto.CoordAxis.Builder clearAxisType()
.AxisType axisType = 4;public java.lang.String getUnits()
string units = 5;getUnits in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getUnitsBytes()
string units = 5;getUnitsBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setUnits(java.lang.String value)
string units = 5;value - The units to set.public CdmrFeatureProto.CoordAxis.Builder clearUnits()
string units = 5;public CdmrFeatureProto.CoordAxis.Builder setUnitsBytes(com.google.protobuf.ByteString value)
string units = 5;value - The bytes for units to set.public java.lang.String getDescription()
string description = 6;getDescription in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
string description = 6;getDescriptionBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDescription(java.lang.String value)
string description = 6;value - The description to set.public CdmrFeatureProto.CoordAxis.Builder clearDescription()
string description = 6;public CdmrFeatureProto.CoordAxis.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 6;value - The bytes for description to set.public int getDependValue()
.DependenceType depend = 7;getDependValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDependValue(int value)
.DependenceType depend = 7;value - The enum numeric value on the wire for depend to set.public CdmrFeatureProto.DependenceType getDepend()
.DependenceType depend = 7;getDepend in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDepend(CdmrFeatureProto.DependenceType value)
.DependenceType depend = 7;value - The depend to set.public CdmrFeatureProto.CoordAxis.Builder clearDepend()
.DependenceType depend = 7;public com.google.protobuf.ProtocolStringList getDependsOnList()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;getDependsOnList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getDependsOnCount()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;getDependsOnCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic java.lang.String getDependsOn(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;getDependsOn in interface CdmrFeatureProto.CoordAxisOrBuilderindex - 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.CoordAxisOrBuilderindex - The index of the value to return.public CdmrFeatureProto.CoordAxis.Builder setDependsOn(int index, java.lang.String value)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;index - The index to set the value at.value - The dependsOn to set.public CdmrFeatureProto.CoordAxis.Builder addDependsOn(java.lang.String value)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;value - The dependsOn to add.public CdmrFeatureProto.CoordAxis.Builder addAllDependsOn(java.lang.Iterable<java.lang.String> values)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;values - The dependsOn to add.public CdmrFeatureProto.CoordAxis.Builder clearDependsOn()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;public CdmrFeatureProto.CoordAxis.Builder addDependsOnBytes(com.google.protobuf.ByteString value)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;value - The bytes of the dependsOn to add.public java.util.List<java.lang.Integer> getShapeList()
the shape of the axis (>1D only)
repeated uint32 shape = 9;getShapeList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getShapeCount()
the shape of the axis (>1D only)
repeated uint32 shape = 9;getShapeCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getShape(int index)
the shape of the axis (>1D only)
repeated uint32 shape = 9;getShape in interface CdmrFeatureProto.CoordAxisOrBuilderindex - The index of the element to return.public CdmrFeatureProto.CoordAxis.Builder setShape(int index, int value)
the shape of the axis (>1D only)
repeated uint32 shape = 9;index - The index to set the value at.value - The shape to set.public CdmrFeatureProto.CoordAxis.Builder addShape(int value)
the shape of the axis (>1D only)
repeated uint32 shape = 9;value - The shape to add.public CdmrFeatureProto.CoordAxis.Builder addAllShape(java.lang.Iterable<? extends java.lang.Integer> values)
the shape of the axis (>1D only)
repeated uint32 shape = 9;values - The shape to add.public CdmrFeatureProto.CoordAxis.Builder clearShape()
the shape of the axis (>1D only)
repeated uint32 shape = 9;public long getNvalues()
int64 nvalues = 10;getNvalues in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setNvalues(long value)
int64 nvalues = 10;value - The nvalues to set.public CdmrFeatureProto.CoordAxis.Builder clearNvalues()
int64 nvalues = 10;public int getSpacingValue()
.AxisSpacing spacing = 11;getSpacingValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setSpacingValue(int value)
.AxisSpacing spacing = 11;value - The enum numeric value on the wire for spacing to set.public CdmrFeatureProto.AxisSpacing getSpacing()
.AxisSpacing spacing = 11;getSpacing in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setSpacing(CdmrFeatureProto.AxisSpacing value)
.AxisSpacing spacing = 11;value - The spacing to set.public CdmrFeatureProto.CoordAxis.Builder clearSpacing()
.AxisSpacing spacing = 11;public double getStartValue()
double startValue = 12;getStartValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setStartValue(double value)
double startValue = 12;value - The startValue to set.public CdmrFeatureProto.CoordAxis.Builder clearStartValue()
double startValue = 12;public double getEndValue()
double endValue = 13;getEndValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setEndValue(double value)
double endValue = 13;value - The endValue to set.public CdmrFeatureProto.CoordAxis.Builder clearEndValue()
double endValue = 13;public double getResolution()
resolution = (end-start) / (nvalues-1)
double resolution = 14;getResolution in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setResolution(double value)
resolution = (end-start) / (nvalues-1)
double resolution = 14;value - The resolution to set.public CdmrFeatureProto.CoordAxis.Builder clearResolution()
resolution = (end-start) / (nvalues-1)
double resolution = 14;public com.google.protobuf.ByteString getValues()
big endian doubles; not used for regular, may be deferred
bytes values = 15;getValues in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setValues(com.google.protobuf.ByteString value)
big endian doubles; not used for regular, may be deferred
bytes values = 15;value - The values to set.public CdmrFeatureProto.CoordAxis.Builder clearValues()
big endian doubles; not used for regular, may be deferred
bytes values = 15;