public static final class Osmformat.DenseNodes.Builder extends proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder> implements Osmformat.DenseNodesOrBuilder
DenseNodes| Modifier and Type | Method and Description |
|---|---|
Osmformat.DenseNodes.Builder |
addAllId(Iterable<? extends Long> values)
DELTA coded
|
Osmformat.DenseNodes.Builder |
addAllKeysVals(Iterable<? extends Integer> values)
Special packing of keys and vals into one array.
|
Osmformat.DenseNodes.Builder |
addAllLat(Iterable<? extends Long> values)
DELTA coded
|
Osmformat.DenseNodes.Builder |
addAllLon(Iterable<? extends Long> values)
DELTA coded
|
Osmformat.DenseNodes.Builder |
addId(long value)
DELTA coded
|
Osmformat.DenseNodes.Builder |
addKeysVals(int value)
Special packing of keys and vals into one array.
|
Osmformat.DenseNodes.Builder |
addLat(long value)
DELTA coded
|
Osmformat.DenseNodes.Builder |
addLon(long value)
DELTA coded
|
Osmformat.DenseNodes |
build() |
Osmformat.DenseNodes |
buildPartial() |
Osmformat.DenseNodes.Builder |
clear() |
Osmformat.DenseNodes.Builder |
clearDenseinfo()
repeated Info info = 4;
|
Osmformat.DenseNodes.Builder |
clearId()
DELTA coded
|
Osmformat.DenseNodes.Builder |
clearKeysVals()
Special packing of keys and vals into one array.
|
Osmformat.DenseNodes.Builder |
clearLat()
DELTA coded
|
Osmformat.DenseNodes.Builder |
clearLon()
DELTA coded
|
Osmformat.DenseNodes |
getDefaultInstanceForType() |
Osmformat.DenseInfo |
getDenseinfo()
repeated Info info = 4;
|
Osmformat.DenseInfo.Builder |
getDenseinfoBuilder()
repeated Info info = 4;
|
Osmformat.DenseInfoOrBuilder |
getDenseinfoOrBuilder()
repeated Info info = 4;
|
static proto4.Descriptors.Descriptor |
getDescriptor() |
proto4.Descriptors.Descriptor |
getDescriptorForType() |
long |
getId(int index)
DELTA coded
|
int |
getIdCount()
DELTA coded
|
List<Long> |
getIdList()
DELTA coded
|
int |
getKeysVals(int index)
Special packing of keys and vals into one array.
|
int |
getKeysValsCount()
Special packing of keys and vals into one array.
|
List<Integer> |
getKeysValsList()
Special packing of keys and vals into one array.
|
long |
getLat(int index)
DELTA coded
|
int |
getLatCount()
DELTA coded
|
List<Long> |
getLatList()
DELTA coded
|
long |
getLon(int index)
DELTA coded
|
int |
getLonCount()
DELTA coded
|
List<Long> |
getLonList()
DELTA coded
|
boolean |
hasDenseinfo()
repeated Info info = 4;
|
protected proto4.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Osmformat.DenseNodes.Builder |
mergeDenseinfo(Osmformat.DenseInfo value)
repeated Info info = 4;
|
Osmformat.DenseNodes.Builder |
mergeFrom(proto4.CodedInputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
Osmformat.DenseNodes.Builder |
mergeFrom(proto4.Message other) |
Osmformat.DenseNodes.Builder |
mergeFrom(Osmformat.DenseNodes other) |
Osmformat.DenseNodes.Builder |
setDenseinfo(Osmformat.DenseInfo.Builder builderForValue)
repeated Info info = 4;
|
Osmformat.DenseNodes.Builder |
setDenseinfo(Osmformat.DenseInfo value)
repeated Info info = 4;
|
Osmformat.DenseNodes.Builder |
setId(int index,
long value)
DELTA coded
|
Osmformat.DenseNodes.Builder |
setKeysVals(int index,
int value)
Special packing of keys and vals into one array.
|
Osmformat.DenseNodes.Builder |
setLat(int index,
long value)
DELTA coded
|
Osmformat.DenseNodes.Builder |
setLon(int index,
long value)
DELTA coded
|
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, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final proto4.Descriptors.Descriptor getDescriptor()
protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>public Osmformat.DenseNodes.Builder clear()
clear in interface proto4.Message.Builderclear in interface proto4.MessageLite.Builderclear in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>public proto4.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface proto4.Message.BuildergetDescriptorForType in interface proto4.MessageOrBuildergetDescriptorForType in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>public Osmformat.DenseNodes getDefaultInstanceForType()
getDefaultInstanceForType in interface proto4.MessageLiteOrBuildergetDefaultInstanceForType in interface proto4.MessageOrBuilderpublic Osmformat.DenseNodes build()
build in interface proto4.Message.Builderbuild in interface proto4.MessageLite.Builderpublic Osmformat.DenseNodes buildPartial()
buildPartial in interface proto4.Message.BuilderbuildPartial in interface proto4.MessageLite.Builderpublic Osmformat.DenseNodes.Builder mergeFrom(proto4.Message other)
mergeFrom in interface proto4.Message.BuildermergeFrom in class proto4.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>public Osmformat.DenseNodes.Builder mergeFrom(Osmformat.DenseNodes other)
public final boolean isInitialized()
isInitialized in interface proto4.MessageLiteOrBuilderisInitialized in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>public Osmformat.DenseNodes.Builder mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface proto4.Message.BuildermergeFrom in interface proto4.MessageLite.BuildermergeFrom in class proto4.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>IOExceptionpublic List<Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];getIdList in interface Osmformat.DenseNodesOrBuilderpublic int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];getIdCount in interface Osmformat.DenseNodesOrBuilderpublic long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];getId in interface Osmformat.DenseNodesOrBuilderindex - The index of the element to return.public Osmformat.DenseNodes.Builder setId(int index, long value)
DELTA coded
repeated sint64 id = 1 [packed = true];index - The index to set the value at.value - The id to set.public Osmformat.DenseNodes.Builder addId(long value)
DELTA coded
repeated sint64 id = 1 [packed = true];value - The id to add.public Osmformat.DenseNodes.Builder addAllId(Iterable<? extends Long> values)
DELTA coded
repeated sint64 id = 1 [packed = true];values - The id to add.public Osmformat.DenseNodes.Builder clearId()
DELTA coded
repeated sint64 id = 1 [packed = true];public boolean hasDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;hasDenseinfo in interface Osmformat.DenseNodesOrBuilderpublic Osmformat.DenseInfo getDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;getDenseinfo in interface Osmformat.DenseNodesOrBuilderpublic Osmformat.DenseNodes.Builder setDenseinfo(Osmformat.DenseInfo value)
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;public Osmformat.DenseNodes.Builder setDenseinfo(Osmformat.DenseInfo.Builder builderForValue)
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;public Osmformat.DenseNodes.Builder mergeDenseinfo(Osmformat.DenseInfo value)
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;public Osmformat.DenseNodes.Builder clearDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;public Osmformat.DenseInfo.Builder getDenseinfoBuilder()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;public Osmformat.DenseInfoOrBuilder getDenseinfoOrBuilder()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;getDenseinfoOrBuilder in interface Osmformat.DenseNodesOrBuilderpublic List<Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];getLatList in interface Osmformat.DenseNodesOrBuilderpublic int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];getLatCount in interface Osmformat.DenseNodesOrBuilderpublic long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];getLat in interface Osmformat.DenseNodesOrBuilderindex - The index of the element to return.public Osmformat.DenseNodes.Builder setLat(int index, long value)
DELTA coded
repeated sint64 lat = 8 [packed = true];index - The index to set the value at.value - The lat to set.public Osmformat.DenseNodes.Builder addLat(long value)
DELTA coded
repeated sint64 lat = 8 [packed = true];value - The lat to add.public Osmformat.DenseNodes.Builder addAllLat(Iterable<? extends Long> values)
DELTA coded
repeated sint64 lat = 8 [packed = true];values - The lat to add.public Osmformat.DenseNodes.Builder clearLat()
DELTA coded
repeated sint64 lat = 8 [packed = true];public List<Long> getLonList()
DELTA coded
repeated sint64 lon = 9 [packed = true];getLonList in interface Osmformat.DenseNodesOrBuilderpublic int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];getLonCount in interface Osmformat.DenseNodesOrBuilderpublic long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];getLon in interface Osmformat.DenseNodesOrBuilderindex - The index of the element to return.public Osmformat.DenseNodes.Builder setLon(int index, long value)
DELTA coded
repeated sint64 lon = 9 [packed = true];index - The index to set the value at.value - The lon to set.public Osmformat.DenseNodes.Builder addLon(long value)
DELTA coded
repeated sint64 lon = 9 [packed = true];value - The lon to add.public Osmformat.DenseNodes.Builder addAllLon(Iterable<? extends Long> values)
DELTA coded
repeated sint64 lon = 9 [packed = true];values - The lon to add.public Osmformat.DenseNodes.Builder clearLon()
DELTA coded
repeated sint64 lon = 9 [packed = true];public List<Integer> getKeysValsList()
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];getKeysValsList in interface Osmformat.DenseNodesOrBuilderpublic int getKeysValsCount()
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];getKeysValsCount in interface Osmformat.DenseNodesOrBuilderpublic int getKeysVals(int index)
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];getKeysVals in interface Osmformat.DenseNodesOrBuilderindex - The index of the element to return.public Osmformat.DenseNodes.Builder setKeysVals(int index, int value)
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];index - The index to set the value at.value - The keysVals to set.public Osmformat.DenseNodes.Builder addKeysVals(int value)
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];value - The keysVals to add.public Osmformat.DenseNodes.Builder addAllKeysVals(Iterable<? extends Integer> values)
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];values - The keysVals to add.public Osmformat.DenseNodes.Builder clearKeysVals()
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];Copyright © 2025 The Apache Software Foundation. All rights reserved.