public static final class CdmrFeatureProto.GeoReferencedArray.Builder extends com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.GeoReferencedArray.Builder> implements CdmrFeatureProto.GeoReferencedArrayOrBuilder
GeoReferencedArray| Modifier and Type | Method and Description |
|---|---|
CdmrFeatureProto.GeoReferencedArray.Builder |
addAllAxisName(Iterable<String> values)
repeated string axisName = 8; |
CdmrFeatureProto.GeoReferencedArray.Builder |
addAllShape(Iterable<? extends Integer> values)
repeated uint32 shape = 7; |
CdmrFeatureProto.GeoReferencedArray.Builder |
addAxisName(String value)
repeated string axisName = 8; |
CdmrFeatureProto.GeoReferencedArray.Builder |
addAxisNameBytes(com.google.protobuf.ByteString value)
repeated string axisName = 8; |
CdmrFeatureProto.GeoReferencedArray.Builder |
addShape(int value)
repeated uint32 shape = 7; |
CdmrFeatureProto.GeoReferencedArray |
build() |
CdmrFeatureProto.GeoReferencedArray |
buildPartial() |
CdmrFeatureProto.GeoReferencedArray.Builder |
clear() |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearAxisName()
repeated string axisName = 8; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearBigend()
optional bool bigend = 3; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearCompress()
optional .Compress compress = 5; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearCoordSysName()
optional string coordSysName = 9; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearCoverageName()
optional string coverageName = 1; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearDataType()
optional .DataType dataType = 2; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearPrimdata()
optional bytes primdata = 10; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearShape()
repeated uint32 shape = 7; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearUncompressedSize()
optional uint64 uncompressedSize = 6; |
CdmrFeatureProto.GeoReferencedArray.Builder |
clearVersion()
optional uint32 version = 4; |
String |
getAxisName(int index)
repeated string axisName = 8; |
com.google.protobuf.ByteString |
getAxisNameBytes(int index)
repeated string axisName = 8; |
int |
getAxisNameCount()
repeated string axisName = 8; |
com.google.protobuf.ProtocolStringList |
getAxisNameList()
repeated string axisName = 8; |
boolean |
getBigend()
optional bool bigend = 3; |
NcStreamProto.Compress |
getCompress()
optional .Compress compress = 5; |
int |
getCompressValue()
optional .Compress compress = 5; |
String |
getCoordSysName()
optional string coordSysName = 9; |
com.google.protobuf.ByteString |
getCoordSysNameBytes()
optional string coordSysName = 9; |
String |
getCoverageName()
optional string coverageName = 1; |
com.google.protobuf.ByteString |
getCoverageNameBytes()
optional string coverageName = 1; |
NcStreamProto.DataType |
getDataType()
optional .DataType dataType = 2; |
int |
getDataTypeValue()
optional .DataType dataType = 2; |
CdmrFeatureProto.GeoReferencedArray |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getPrimdata()
optional bytes primdata = 10; |
int |
getShape(int index)
repeated uint32 shape = 7; |
int |
getShapeCount()
repeated uint32 shape = 7; |
List<Integer> |
getShapeList()
repeated uint32 shape = 7; |
long |
getUncompressedSize()
optional uint64 uncompressedSize = 6; |
int |
getVersion()
optional uint32 version = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CdmrFeatureProto.GeoReferencedArray.Builder |
mergeFrom(CdmrFeatureProto.GeoReferencedArray other) |
CdmrFeatureProto.GeoReferencedArray.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CdmrFeatureProto.GeoReferencedArray.Builder |
mergeFrom(com.google.protobuf.Message other) |
CdmrFeatureProto.GeoReferencedArray.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CdmrFeatureProto.GeoReferencedArray.Builder |
setAxisName(int index,
String value)
repeated string axisName = 8; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setBigend(boolean value)
optional bool bigend = 3; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCompress(NcStreamProto.Compress value)
optional .Compress compress = 5; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCompressValue(int value)
optional .Compress compress = 5; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCoordSysName(String value)
optional string coordSysName = 9; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCoordSysNameBytes(com.google.protobuf.ByteString value)
optional string coordSysName = 9; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCoverageName(String value)
optional string coverageName = 1; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setCoverageNameBytes(com.google.protobuf.ByteString value)
optional string coverageName = 1; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setDataTypeValue(int value)
optional .DataType dataType = 2; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setShape(int index,
int value)
repeated uint32 shape = 7; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setUncompressedSize(long value)
optional uint64 uncompressedSize = 6; |
CdmrFeatureProto.GeoReferencedArray.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CdmrFeatureProto.GeoReferencedArray.Builder |
setVersion(int value)
optional uint32 version = 4; |
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.GeoReferencedArray.Builder>public CdmrFeatureProto.GeoReferencedArray.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.GeoReferencedArray.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.GeoReferencedArray.Builder>public CdmrFeatureProto.GeoReferencedArray getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CdmrFeatureProto.GeoReferencedArray build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CdmrFeatureProto.GeoReferencedArray buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CdmrFeatureProto.GeoReferencedArray.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CdmrFeatureProto.GeoReferencedArray.Builder>public CdmrFeatureProto.GeoReferencedArray.Builder mergeFrom(CdmrFeatureProto.GeoReferencedArray other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.GeoReferencedArray.Builder>public CdmrFeatureProto.GeoReferencedArray.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.GeoReferencedArray.Builder>IOExceptionpublic String getCoverageName()
optional string coverageName = 1;
full escaped name.
getCoverageName in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic com.google.protobuf.ByteString getCoverageNameBytes()
optional string coverageName = 1;
full escaped name.
getCoverageNameBytes in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setCoverageName(String value)
optional string coverageName = 1;
full escaped name.
public CdmrFeatureProto.GeoReferencedArray.Builder clearCoverageName()
optional string coverageName = 1;
full escaped name.
public CdmrFeatureProto.GeoReferencedArray.Builder setCoverageNameBytes(com.google.protobuf.ByteString value)
optional string coverageName = 1;
full escaped name.
public int getDataTypeValue()
optional .DataType dataType = 2;getDataTypeValue in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setDataTypeValue(int value)
optional .DataType dataType = 2;public NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;getDataType in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2;public CdmrFeatureProto.GeoReferencedArray.Builder clearDataType()
optional .DataType dataType = 2;public boolean getBigend()
optional bool bigend = 3;getBigend in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setBigend(boolean value)
optional bool bigend = 3;public CdmrFeatureProto.GeoReferencedArray.Builder clearBigend()
optional bool bigend = 3;public int getVersion()
optional uint32 version = 4;
set to >= 3 for proto3
getVersion in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setVersion(int value)
optional uint32 version = 4;
set to >= 3 for proto3
public CdmrFeatureProto.GeoReferencedArray.Builder clearVersion()
optional uint32 version = 4;
set to >= 3 for proto3
public int getCompressValue()
optional .Compress compress = 5;getCompressValue in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setCompressValue(int value)
optional .Compress compress = 5;public NcStreamProto.Compress getCompress()
optional .Compress compress = 5;getCompress in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setCompress(NcStreamProto.Compress value)
optional .Compress compress = 5;public CdmrFeatureProto.GeoReferencedArray.Builder clearCompress()
optional .Compress compress = 5;public long getUncompressedSize()
optional uint64 uncompressedSize = 6;getUncompressedSize in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setUncompressedSize(long value)
optional uint64 uncompressedSize = 6;public CdmrFeatureProto.GeoReferencedArray.Builder clearUncompressedSize()
optional uint64 uncompressedSize = 6;public List<Integer> getShapeList()
repeated uint32 shape = 7;
the shape of the returned array
getShapeList in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic int getShapeCount()
repeated uint32 shape = 7;
the shape of the returned array
getShapeCount in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic int getShape(int index)
repeated uint32 shape = 7;
the shape of the returned array
getShape in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setShape(int index, int value)
repeated uint32 shape = 7;
the shape of the returned array
public CdmrFeatureProto.GeoReferencedArray.Builder addShape(int value)
repeated uint32 shape = 7;
the shape of the returned array
public CdmrFeatureProto.GeoReferencedArray.Builder addAllShape(Iterable<? extends Integer> values)
repeated uint32 shape = 7;
the shape of the returned array
public CdmrFeatureProto.GeoReferencedArray.Builder clearShape()
repeated uint32 shape = 7;
the shape of the returned array
public com.google.protobuf.ProtocolStringList getAxisNameList()
repeated string axisName = 8;
each dimension corresponds to this axis
getAxisNameList in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic int getAxisNameCount()
repeated string axisName = 8;
each dimension corresponds to this axis
getAxisNameCount in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic String getAxisName(int index)
repeated string axisName = 8;
each dimension corresponds to this axis
getAxisName in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic com.google.protobuf.ByteString getAxisNameBytes(int index)
repeated string axisName = 8;
each dimension corresponds to this axis
getAxisNameBytes in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setAxisName(int index, String value)
repeated string axisName = 8;
each dimension corresponds to this axis
public CdmrFeatureProto.GeoReferencedArray.Builder addAxisName(String value)
repeated string axisName = 8;
each dimension corresponds to this axis
public CdmrFeatureProto.GeoReferencedArray.Builder addAllAxisName(Iterable<String> values)
repeated string axisName = 8;
each dimension corresponds to this axis
public CdmrFeatureProto.GeoReferencedArray.Builder clearAxisName()
repeated string axisName = 8;
each dimension corresponds to this axis
public CdmrFeatureProto.GeoReferencedArray.Builder addAxisNameBytes(com.google.protobuf.ByteString value)
repeated string axisName = 8;
each dimension corresponds to this axis
public String getCoordSysName()
optional string coordSysName = 9;
must have coordAxes corresponding to shape
getCoordSysName in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic com.google.protobuf.ByteString getCoordSysNameBytes()
optional string coordSysName = 9;
must have coordAxes corresponding to shape
getCoordSysNameBytes in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setCoordSysName(String value)
optional string coordSysName = 9;
must have coordAxes corresponding to shape
public CdmrFeatureProto.GeoReferencedArray.Builder clearCoordSysName()
optional string coordSysName = 9;
must have coordAxes corresponding to shape
public CdmrFeatureProto.GeoReferencedArray.Builder setCoordSysNameBytes(com.google.protobuf.ByteString value)
optional string coordSysName = 9;
must have coordAxes corresponding to shape
public com.google.protobuf.ByteString getPrimdata()
optional bytes primdata = 10;
rectangular, primitive array
getPrimdata in interface CdmrFeatureProto.GeoReferencedArrayOrBuilderpublic CdmrFeatureProto.GeoReferencedArray.Builder setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10;
rectangular, primitive array
public CdmrFeatureProto.GeoReferencedArray.Builder clearPrimdata()
optional bytes primdata = 10;
rectangular, primitive array
public final CdmrFeatureProto.GeoReferencedArray.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.GeoReferencedArray.Builder>public final CdmrFeatureProto.GeoReferencedArray.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CdmrFeatureProto.GeoReferencedArray.Builder>