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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface proto4.MessageLite.Builder
clear
in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>
public proto4.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface proto4.Message.Builder
getDescriptorForType
in interface proto4.MessageOrBuilder
getDescriptorForType
in class proto4.GeneratedMessage.Builder<Osmformat.DenseNodes.Builder>
public Osmformat.DenseNodes getDefaultInstanceForType()
getDefaultInstanceForType
in interface proto4.MessageLiteOrBuilder
getDefaultInstanceForType
in interface proto4.MessageOrBuilder
public Osmformat.DenseNodes build()
build
in interface proto4.Message.Builder
build
in interface proto4.MessageLite.Builder
public Osmformat.DenseNodes buildPartial()
buildPartial
in interface proto4.Message.Builder
buildPartial
in interface proto4.MessageLite.Builder
public Osmformat.DenseNodes.Builder mergeFrom(proto4.Message other)
mergeFrom
in interface proto4.Message.Builder
mergeFrom
in class proto4.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>
public Osmformat.DenseNodes.Builder mergeFrom(Osmformat.DenseNodes other)
public final boolean isInitialized()
isInitialized
in interface proto4.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface proto4.MessageLite.Builder
mergeFrom
in class proto4.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>
IOException
public List<Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];
getIdList
in interface Osmformat.DenseNodesOrBuilder
public int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];
getIdCount
in interface Osmformat.DenseNodesOrBuilder
public long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];
getId
in interface Osmformat.DenseNodesOrBuilder
index
- 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.DenseNodesOrBuilder
public Osmformat.DenseInfo getDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
getDenseinfo
in interface Osmformat.DenseNodesOrBuilder
public 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.DenseNodesOrBuilder
public List<Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLatList
in interface Osmformat.DenseNodesOrBuilder
public int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLatCount
in interface Osmformat.DenseNodesOrBuilder
public long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLat
in interface Osmformat.DenseNodesOrBuilder
index
- 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.DenseNodesOrBuilder
public int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];
getLonCount
in interface Osmformat.DenseNodesOrBuilder
public long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];
getLon
in interface Osmformat.DenseNodesOrBuilder
index
- 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.DenseNodesOrBuilder
public 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.DenseNodesOrBuilder
public 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.DenseNodesOrBuilder
index
- 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.