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(Iterable<? extends NcStreamProto.Attribute> values)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
addAllDependsOn(Iterable<String> values)
repeated string dependsOn = 8; |
CdmrFeatureProto.CoordAxis.Builder |
addAllShape(Iterable<? extends Integer> values)
repeated uint32 shape = 9; |
CdmrFeatureProto.CoordAxis.Builder |
addAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
addAtts(int index,
NcStreamProto.Attribute value)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
addAtts(NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
addAtts(NcStreamProto.Attribute value)
repeated .Attribute atts = 3; |
NcStreamProto.Attribute.Builder |
addAttsBuilder()
repeated .Attribute atts = 3; |
NcStreamProto.Attribute.Builder |
addAttsBuilder(int index)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
addDependsOn(String value)
repeated string dependsOn = 8; |
CdmrFeatureProto.CoordAxis.Builder |
addDependsOnBytes(com.google.protobuf.ByteString value)
repeated string dependsOn = 8; |
CdmrFeatureProto.CoordAxis.Builder |
addShape(int value)
repeated uint32 shape = 9; |
CdmrFeatureProto.CoordAxis |
build() |
CdmrFeatureProto.CoordAxis |
buildPartial() |
CdmrFeatureProto.CoordAxis.Builder |
clear() |
CdmrFeatureProto.CoordAxis.Builder |
clearAtts()
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
clearAxisType()
optional .AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
clearDataType()
optional .DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
clearDepend()
optional .DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
clearDependsOn()
repeated string dependsOn = 8; |
CdmrFeatureProto.CoordAxis.Builder |
clearDescription()
optional string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
clearEndValue()
optional double endValue = 13; |
CdmrFeatureProto.CoordAxis.Builder |
clearName()
optional string name = 1; |
CdmrFeatureProto.CoordAxis.Builder |
clearNvalues()
optional int64 nvalues = 10; |
CdmrFeatureProto.CoordAxis.Builder |
clearResolution()
optional double resolution = 14; |
CdmrFeatureProto.CoordAxis.Builder |
clearShape()
repeated uint32 shape = 9; |
CdmrFeatureProto.CoordAxis.Builder |
clearSpacing()
optional .AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
clearStartValue()
optional double startValue = 12; |
CdmrFeatureProto.CoordAxis.Builder |
clearUnits()
optional string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
clearValues()
optional bytes values = 15; |
NcStreamProto.Attribute |
getAtts(int index)
repeated .Attribute atts = 3; |
NcStreamProto.Attribute.Builder |
getAttsBuilder(int index)
repeated .Attribute atts = 3; |
List<NcStreamProto.Attribute.Builder> |
getAttsBuilderList()
repeated .Attribute atts = 3; |
int |
getAttsCount()
repeated .Attribute atts = 3; |
List<NcStreamProto.Attribute> |
getAttsList()
repeated .Attribute atts = 3; |
NcStreamProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .Attribute atts = 3; |
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.CoordAxis |
getDefaultInstanceForType() |
CdmrFeatureProto.DependenceType |
getDepend()
optional .DependenceType depend = 7; |
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; |
String |
getDescription()
optional string description = 6; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getEndValue()
optional double endValue = 13; |
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; |
List<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; |
String |
getUnits()
optional string units = 5; |
com.google.protobuf.ByteString |
getUnitsBytes()
optional string units = 5; |
com.google.protobuf.ByteString |
getValues()
optional bytes values = 15; |
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 |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CdmrFeatureProto.CoordAxis.Builder |
removeAtts(int index)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
setAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
setAtts(int index,
NcStreamProto.Attribute value)
repeated .Attribute atts = 3; |
CdmrFeatureProto.CoordAxis.Builder |
setAxisType(CdmrFeatureProto.AxisType value)
optional .AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
setAxisTypeValue(int value)
optional .AxisType axisType = 4; |
CdmrFeatureProto.CoordAxis.Builder |
setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
setDataTypeValue(int value)
optional .DataType dataType = 2; |
CdmrFeatureProto.CoordAxis.Builder |
setDepend(CdmrFeatureProto.DependenceType value)
optional .DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
setDependsOn(int index,
String value)
repeated string dependsOn = 8; |
CdmrFeatureProto.CoordAxis.Builder |
setDependValue(int value)
optional .DependenceType depend = 7; |
CdmrFeatureProto.CoordAxis.Builder |
setDescription(String value)
optional string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 6; |
CdmrFeatureProto.CoordAxis.Builder |
setEndValue(double value)
optional double endValue = 13; |
CdmrFeatureProto.CoordAxis.Builder |
setName(String value)
optional string name = 1; |
CdmrFeatureProto.CoordAxis.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
CdmrFeatureProto.CoordAxis.Builder |
setNvalues(long value)
optional int64 nvalues = 10; |
CdmrFeatureProto.CoordAxis.Builder |
setResolution(double value)
optional double resolution = 14; |
CdmrFeatureProto.CoordAxis.Builder |
setShape(int index,
int value)
repeated uint32 shape = 9; |
CdmrFeatureProto.CoordAxis.Builder |
setSpacing(CdmrFeatureProto.AxisSpacing value)
optional .AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
setSpacingValue(int value)
optional .AxisSpacing spacing = 11; |
CdmrFeatureProto.CoordAxis.Builder |
setStartValue(double value)
optional double startValue = 12; |
CdmrFeatureProto.CoordAxis.Builder |
setUnits(String value)
optional string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
setUnitsBytes(com.google.protobuf.ByteString value)
optional string units = 5; |
CdmrFeatureProto.CoordAxis.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CdmrFeatureProto.CoordAxis.Builder |
setValues(com.google.protobuf.ByteString value)
optional bytes values = 15; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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 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>IOExceptionpublic String getName()
optional string name = 1;
short name, unique within dataset
getName in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
short name, unique within dataset
getNameBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setName(String value)
optional string name = 1;
short name, unique within dataset
public CdmrFeatureProto.CoordAxis.Builder clearName()
optional string name = 1;
short name, unique within dataset
public CdmrFeatureProto.CoordAxis.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
short name, unique within dataset
public int getDataTypeValue()
optional .DataType dataType = 2;getDataTypeValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDataTypeValue(int value)
optional .DataType dataType = 2;public NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;getDataType in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2;public CdmrFeatureProto.CoordAxis.Builder clearDataType()
optional .DataType dataType = 2;public List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 3;
find calendar attribute here?
getAttsList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getAttsCount()
repeated .Attribute atts = 3;
find calendar attribute here?
getAttsCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 3;
find calendar attribute here?
getAtts in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAtts(int index, NcStreamProto.Attribute value)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder setAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder addAtts(NcStreamProto.Attribute value)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder addAtts(int index, NcStreamProto.Attribute value)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder addAtts(NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder addAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder addAllAtts(Iterable<? extends NcStreamProto.Attribute> values)
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder clearAtts()
repeated .Attribute atts = 3;
find calendar attribute here?
public CdmrFeatureProto.CoordAxis.Builder removeAtts(int index)
repeated .Attribute atts = 3;
find calendar attribute here?
public NcStreamProto.Attribute.Builder getAttsBuilder(int index)
repeated .Attribute atts = 3;
find calendar attribute here?
public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 3;
find calendar attribute here?
getAttsOrBuilder in interface CdmrFeatureProto.CoordAxisOrBuilderpublic List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 3;
find calendar attribute here?
getAttsOrBuilderList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic NcStreamProto.Attribute.Builder addAttsBuilder()
repeated .Attribute atts = 3;
find calendar attribute here?
public NcStreamProto.Attribute.Builder addAttsBuilder(int index)
repeated .Attribute atts = 3;
find calendar attribute here?
public List<NcStreamProto.Attribute.Builder> getAttsBuilderList()
repeated .Attribute atts = 3;
find calendar attribute here?
public int getAxisTypeValue()
optional .AxisType axisType = 4;getAxisTypeValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAxisTypeValue(int value)
optional .AxisType axisType = 4;public CdmrFeatureProto.AxisType getAxisType()
optional .AxisType axisType = 4;getAxisType in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setAxisType(CdmrFeatureProto.AxisType value)
optional .AxisType axisType = 4;public CdmrFeatureProto.CoordAxis.Builder clearAxisType()
optional .AxisType axisType = 4;public String getUnits()
optional string units = 5;getUnits in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getUnitsBytes()
optional string units = 5;getUnitsBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setUnits(String value)
optional string units = 5;public CdmrFeatureProto.CoordAxis.Builder clearUnits()
optional string units = 5;public CdmrFeatureProto.CoordAxis.Builder setUnitsBytes(com.google.protobuf.ByteString value)
optional string units = 5;public String getDescription()
optional string description = 6;getDescription in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 6;getDescriptionBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDescription(String value)
optional string description = 6;public CdmrFeatureProto.CoordAxis.Builder clearDescription()
optional string description = 6;public CdmrFeatureProto.CoordAxis.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 6;public int getDependValue()
optional .DependenceType depend = 7;getDependValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDependValue(int value)
optional .DependenceType depend = 7;public CdmrFeatureProto.DependenceType getDepend()
optional .DependenceType depend = 7;getDepend in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDepend(CdmrFeatureProto.DependenceType value)
optional .DependenceType depend = 7;public CdmrFeatureProto.CoordAxis.Builder clearDepend()
optional .DependenceType depend = 7;public com.google.protobuf.ProtocolStringList getDependsOnList()
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
getDependsOnList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getDependsOnCount()
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
getDependsOnCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic String getDependsOn(int index)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
getDependsOn in interface CdmrFeatureProto.CoordAxisOrBuilderpublic com.google.protobuf.ByteString getDependsOnBytes(int index)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
getDependsOnBytes in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setDependsOn(int index, String value)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
public CdmrFeatureProto.CoordAxis.Builder addDependsOn(String value)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
public CdmrFeatureProto.CoordAxis.Builder addAllDependsOn(Iterable<String> values)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
public CdmrFeatureProto.CoordAxis.Builder clearDependsOn()
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
public CdmrFeatureProto.CoordAxis.Builder addDependsOnBytes(com.google.protobuf.ByteString value)
repeated string dependsOn = 8;
depends on these axes, only for non-independent axes
public List<Integer> getShapeList()
repeated uint32 shape = 9;
the shape of the axis (>1D only)
getShapeList in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getShapeCount()
repeated uint32 shape = 9;
the shape of the axis (>1D only)
getShapeCount in interface CdmrFeatureProto.CoordAxisOrBuilderpublic int getShape(int index)
repeated uint32 shape = 9;
the shape of the axis (>1D only)
getShape in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setShape(int index, int value)
repeated uint32 shape = 9;
the shape of the axis (>1D only)
public CdmrFeatureProto.CoordAxis.Builder addShape(int value)
repeated uint32 shape = 9;
the shape of the axis (>1D only)
public CdmrFeatureProto.CoordAxis.Builder addAllShape(Iterable<? extends Integer> values)
repeated uint32 shape = 9;
the shape of the axis (>1D only)
public CdmrFeatureProto.CoordAxis.Builder clearShape()
repeated uint32 shape = 9;
the shape of the axis (>1D only)
public long getNvalues()
optional int64 nvalues = 10;getNvalues in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setNvalues(long value)
optional int64 nvalues = 10;public CdmrFeatureProto.CoordAxis.Builder clearNvalues()
optional int64 nvalues = 10;public int getSpacingValue()
optional .AxisSpacing spacing = 11;getSpacingValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setSpacingValue(int value)
optional .AxisSpacing spacing = 11;public CdmrFeatureProto.AxisSpacing getSpacing()
optional .AxisSpacing spacing = 11;getSpacing in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setSpacing(CdmrFeatureProto.AxisSpacing value)
optional .AxisSpacing spacing = 11;public CdmrFeatureProto.CoordAxis.Builder clearSpacing()
optional .AxisSpacing spacing = 11;public double getStartValue()
optional double startValue = 12;getStartValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setStartValue(double value)
optional double startValue = 12;public CdmrFeatureProto.CoordAxis.Builder clearStartValue()
optional double startValue = 12;public double getEndValue()
optional double endValue = 13;getEndValue in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setEndValue(double value)
optional double endValue = 13;public CdmrFeatureProto.CoordAxis.Builder clearEndValue()
optional double endValue = 13;public double getResolution()
optional double resolution = 14;
resolution = (end-start) / (nvalues-1)
getResolution in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setResolution(double value)
optional double resolution = 14;
resolution = (end-start) / (nvalues-1)
public CdmrFeatureProto.CoordAxis.Builder clearResolution()
optional double resolution = 14;
resolution = (end-start) / (nvalues-1)
public com.google.protobuf.ByteString getValues()
optional bytes values = 15;
big endian doubles; not used for regular, may be deferred
getValues in interface CdmrFeatureProto.CoordAxisOrBuilderpublic CdmrFeatureProto.CoordAxis.Builder setValues(com.google.protobuf.ByteString value)
optional bytes values = 15;
big endian doubles; not used for regular, may be deferred
public CdmrFeatureProto.CoordAxis.Builder clearValues()
optional bytes values = 15;
big endian doubles; not used for regular, may be deferred
public final CdmrFeatureProto.CoordAxis.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>public final CdmrFeatureProto.CoordAxis.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.CoordAxis.Builder>