Package crosby.binary
Class Osmformat.DenseNodes.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
- crosby.binary.Osmformat.DenseNodes.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Osmformat.DenseNodesOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Osmformat.DenseNodes
public static final class Osmformat.DenseNodes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder> implements Osmformat.DenseNodesOrBuilder
Protobuf typeOSMPBF.DenseNodes
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private Osmformat.DenseInfo
denseinfo_
private com.google.protobuf.SingleFieldBuilderV3<Osmformat.DenseInfo,Osmformat.DenseInfo.Builder,Osmformat.DenseInfoOrBuilder>
denseinfoBuilder_
private com.google.protobuf.Internal.LongList
id_
private com.google.protobuf.Internal.IntList
keysVals_
private com.google.protobuf.Internal.LongList
lat_
private com.google.protobuf.Internal.LongList
lon_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Osmformat.DenseNodes.Builder
addAllId(java.lang.Iterable<? extends java.lang.Long> values)
DELTA codedOsmformat.DenseNodes.Builder
addAllKeysVals(java.lang.Iterable<? extends java.lang.Integer> values)
Special packing of keys and vals into one array.Osmformat.DenseNodes.Builder
addAllLat(java.lang.Iterable<? extends java.lang.Long> values)
DELTA codedOsmformat.DenseNodes.Builder
addAllLon(java.lang.Iterable<? extends java.lang.Long> values)
DELTA codedOsmformat.DenseNodes.Builder
addId(long value)
DELTA codedOsmformat.DenseNodes.Builder
addKeysVals(int value)
Special packing of keys and vals into one array.Osmformat.DenseNodes.Builder
addLat(long value)
DELTA codedOsmformat.DenseNodes.Builder
addLon(long value)
DELTA codedOsmformat.DenseNodes.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Osmformat.DenseNodes
build()
Osmformat.DenseNodes
buildPartial()
Osmformat.DenseNodes.Builder
clear()
Osmformat.DenseNodes.Builder
clearDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseNodes.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Osmformat.DenseNodes.Builder
clearId()
DELTA codedOsmformat.DenseNodes.Builder
clearKeysVals()
Special packing of keys and vals into one array.Osmformat.DenseNodes.Builder
clearLat()
DELTA codedOsmformat.DenseNodes.Builder
clearLon()
DELTA codedOsmformat.DenseNodes.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Osmformat.DenseNodes.Builder
clone()
private void
ensureIdIsMutable()
private void
ensureKeysValsIsMutable()
private void
ensureLatIsMutable()
private void
ensureLonIsMutable()
Osmformat.DenseNodes
getDefaultInstanceForType()
Osmformat.DenseInfo
getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseInfo.Builder
getDenseinfoBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
private com.google.protobuf.SingleFieldBuilderV3<Osmformat.DenseInfo,Osmformat.DenseInfo.Builder,Osmformat.DenseInfoOrBuilder>
getDenseinfoFieldBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseInfoOrBuilder
getDenseinfoOrBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
long
getId(int index)
DELTA codedint
getIdCount()
DELTA codedjava.util.List<java.lang.Long>
getIdList()
DELTA codedint
getKeysVals(int index)
Special packing of keys and vals into one array.int
getKeysValsCount()
Special packing of keys and vals into one array.java.util.List<java.lang.Integer>
getKeysValsList()
Special packing of keys and vals into one array.long
getLat(int index)
DELTA codedint
getLatCount()
DELTA codedjava.util.List<java.lang.Long>
getLatList()
DELTA codedlong
getLon(int index)
DELTA codedint
getLonCount()
DELTA codedjava.util.List<java.lang.Long>
getLonList()
DELTA codedboolean
hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
Osmformat.DenseNodes.Builder
mergeDenseinfo(Osmformat.DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseNodes.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Osmformat.DenseNodes.Builder
mergeFrom(com.google.protobuf.Message other)
Osmformat.DenseNodes.Builder
mergeFrom(Osmformat.DenseNodes other)
Osmformat.DenseNodes.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Osmformat.DenseNodes.Builder
setDenseinfo(Osmformat.DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseNodes.Builder
setDenseinfo(Osmformat.DenseInfo.Builder builderForValue)
optional .OSMPBF.DenseInfo denseinfo = 5;
Osmformat.DenseNodes.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Osmformat.DenseNodes.Builder
setId(int index, long value)
DELTA codedOsmformat.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 codedOsmformat.DenseNodes.Builder
setLon(int index, long value)
DELTA codedOsmformat.DenseNodes.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Osmformat.DenseNodes.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
id_
private com.google.protobuf.Internal.LongList id_
-
denseinfo_
private Osmformat.DenseInfo denseinfo_
-
denseinfoBuilder_
private com.google.protobuf.SingleFieldBuilderV3<Osmformat.DenseInfo,Osmformat.DenseInfo.Builder,Osmformat.DenseInfoOrBuilder> denseinfoBuilder_
-
lat_
private com.google.protobuf.Internal.LongList lat_
-
lon_
private com.google.protobuf.Internal.LongList lon_
-
keysVals_
private com.google.protobuf.Internal.IntList keysVals_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public Osmformat.DenseNodes.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
getDefaultInstanceForType
public Osmformat.DenseNodes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Osmformat.DenseNodes build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Osmformat.DenseNodes buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Osmformat.DenseNodes.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
setField
public Osmformat.DenseNodes.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
clearField
public Osmformat.DenseNodes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
clearOneof
public Osmformat.DenseNodes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
setRepeatedField
public Osmformat.DenseNodes.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
addRepeatedField
public Osmformat.DenseNodes.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
mergeFrom
public Osmformat.DenseNodes.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>
-
mergeFrom
public Osmformat.DenseNodes.Builder mergeFrom(Osmformat.DenseNodes other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
mergeFrom
public Osmformat.DenseNodes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Osmformat.DenseNodes.Builder>
- Throws:
java.io.IOException
-
ensureIdIsMutable
private void ensureIdIsMutable()
-
getIdList
public java.util.List<java.lang.Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];
- Specified by:
getIdList
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- A list containing the id.
-
getIdCount
public int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];
- Specified by:
getIdCount
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- The count of id.
-
getId
public long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];
- Specified by:
getId
in interfaceOsmformat.DenseNodesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The id at the given index.
-
setId
public Osmformat.DenseNodes.Builder setId(int index, long value)
DELTA coded
repeated sint64 id = 1 [packed = true];
- Parameters:
index
- The index to set the value at.value
- The id to set.- Returns:
- This builder for chaining.
-
addId
public Osmformat.DenseNodes.Builder addId(long value)
DELTA coded
repeated sint64 id = 1 [packed = true];
- Parameters:
value
- The id to add.- Returns:
- This builder for chaining.
-
addAllId
public Osmformat.DenseNodes.Builder addAllId(java.lang.Iterable<? extends java.lang.Long> values)
DELTA coded
repeated sint64 id = 1 [packed = true];
- Parameters:
values
- The id to add.- Returns:
- This builder for chaining.
-
clearId
public Osmformat.DenseNodes.Builder clearId()
DELTA coded
repeated sint64 id = 1 [packed = true];
- Returns:
- This builder for chaining.
-
hasDenseinfo
public boolean hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
- Specified by:
hasDenseinfo
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- Whether the denseinfo field is set.
-
getDenseinfo
public Osmformat.DenseInfo getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
- Specified by:
getDenseinfo
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- The denseinfo.
-
setDenseinfo
public Osmformat.DenseNodes.Builder setDenseinfo(Osmformat.DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
-
setDenseinfo
public Osmformat.DenseNodes.Builder setDenseinfo(Osmformat.DenseInfo.Builder builderForValue)
optional .OSMPBF.DenseInfo denseinfo = 5;
-
mergeDenseinfo
public Osmformat.DenseNodes.Builder mergeDenseinfo(Osmformat.DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
-
clearDenseinfo
public Osmformat.DenseNodes.Builder clearDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
-
getDenseinfoBuilder
public Osmformat.DenseInfo.Builder getDenseinfoBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
-
getDenseinfoOrBuilder
public Osmformat.DenseInfoOrBuilder getDenseinfoOrBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
- Specified by:
getDenseinfoOrBuilder
in interfaceOsmformat.DenseNodesOrBuilder
-
getDenseinfoFieldBuilder
private com.google.protobuf.SingleFieldBuilderV3<Osmformat.DenseInfo,Osmformat.DenseInfo.Builder,Osmformat.DenseInfoOrBuilder> getDenseinfoFieldBuilder()
optional .OSMPBF.DenseInfo denseinfo = 5;
-
ensureLatIsMutable
private void ensureLatIsMutable()
-
getLatList
public java.util.List<java.lang.Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Specified by:
getLatList
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- A list containing the lat.
-
getLatCount
public int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Specified by:
getLatCount
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- The count of lat.
-
getLat
public long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Specified by:
getLat
in interfaceOsmformat.DenseNodesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The lat at the given index.
-
setLat
public Osmformat.DenseNodes.Builder setLat(int index, long value)
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Parameters:
index
- The index to set the value at.value
- The lat to set.- Returns:
- This builder for chaining.
-
addLat
public Osmformat.DenseNodes.Builder addLat(long value)
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Parameters:
value
- The lat to add.- Returns:
- This builder for chaining.
-
addAllLat
public Osmformat.DenseNodes.Builder addAllLat(java.lang.Iterable<? extends java.lang.Long> values)
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Parameters:
values
- The lat to add.- Returns:
- This builder for chaining.
-
clearLat
public Osmformat.DenseNodes.Builder clearLat()
DELTA coded
repeated sint64 lat = 8 [packed = true];
- Returns:
- This builder for chaining.
-
ensureLonIsMutable
private void ensureLonIsMutable()
-
getLonList
public java.util.List<java.lang.Long> getLonList()
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Specified by:
getLonList
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- A list containing the lon.
-
getLonCount
public int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Specified by:
getLonCount
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- The count of lon.
-
getLon
public long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Specified by:
getLon
in interfaceOsmformat.DenseNodesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The lon at the given index.
-
setLon
public Osmformat.DenseNodes.Builder setLon(int index, long value)
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Parameters:
index
- The index to set the value at.value
- The lon to set.- Returns:
- This builder for chaining.
-
addLon
public Osmformat.DenseNodes.Builder addLon(long value)
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Parameters:
value
- The lon to add.- Returns:
- This builder for chaining.
-
addAllLon
public Osmformat.DenseNodes.Builder addAllLon(java.lang.Iterable<? extends java.lang.Long> values)
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Parameters:
values
- The lon to add.- Returns:
- This builder for chaining.
-
clearLon
public Osmformat.DenseNodes.Builder clearLon()
DELTA coded
repeated sint64 lon = 9 [packed = true];
- Returns:
- This builder for chaining.
-
ensureKeysValsIsMutable
private void ensureKeysValsIsMutable()
-
getKeysValsList
public java.util.List<java.lang.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];
- Specified by:
getKeysValsList
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- A list containing the keysVals.
-
getKeysValsCount
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];
- Specified by:
getKeysValsCount
in interfaceOsmformat.DenseNodesOrBuilder
- Returns:
- The count of keysVals.
-
getKeysVals
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];
- Specified by:
getKeysVals
in interfaceOsmformat.DenseNodesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The keysVals at the given index.
-
setKeysVals
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];
- Parameters:
index
- The index to set the value at.value
- The keysVals to set.- Returns:
- This builder for chaining.
-
addKeysVals
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];
- Parameters:
value
- The keysVals to add.- Returns:
- This builder for chaining.
-
addAllKeysVals
public Osmformat.DenseNodes.Builder addAllKeysVals(java.lang.Iterable<? extends java.lang.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];
- Parameters:
values
- The keysVals to add.- Returns:
- This builder for chaining.
-
clearKeysVals
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];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final Osmformat.DenseNodes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
mergeUnknownFields
public final Osmformat.DenseNodes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Osmformat.DenseNodes.Builder>
-
-