public static final class Osmformat.DenseNodes.Builder extends com.protobuf .GeneratedMessageLite .Builder <Osmformat .DenseNodes ,Osmformat .DenseNodes .Builder > implements Osmformat .DenseNodesOrBuilder
OSMPBF.DenseNodes
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
addAllId(Iterable
repeated sint64 id = 1 [packed = true];
|
Osmformat |
addAllKeysVals(Iterable
repeated int32 keys_vals = 10 [packed = true];
|
Osmformat |
addAllLat(Iterable
repeated sint64 lat = 8 [packed = true];
|
Osmformat |
addAllLon(Iterable
repeated sint64 lon = 9 [packed = true];
|
Osmformat |
addId(long value)
repeated sint64 id = 1 [packed = true];
|
Osmformat |
addKeysVals(int value)
repeated int32 keys_vals = 10 [packed = true];
|
Osmformat |
addLat(long value)
repeated sint64 lat = 8 [packed = true];
|
Osmformat |
addLon(long value)
repeated sint64 lon = 9 [packed = true];
|
Osmformat |
build()
|
Osmformat |
buildPartial()
|
Osmformat |
clear()
|
Osmformat |
clearDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
|
Osmformat |
clearId()
repeated sint64 id = 1 [packed = true];
|
Osmformat |
clearKeysVals()
repeated int32 keys_vals = 10 [packed = true];
|
Osmformat |
clearLat()
repeated sint64 lat = 8 [packed = true];
|
Osmformat |
clearLon()
repeated sint64 lon = 9 [packed = true];
|
Osmformat |
clone()
|
Osmformat |
getDefaultInstanceForType()
|
Osmformat |
getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
|
long |
getId(int index)
repeated sint64 id = 1 [packed = true];
|
int |
getIdCount()
repeated sint64 id = 1 [packed = true];
|
List |
getIdList()
repeated sint64 id = 1 [packed = true];
|
int |
getKeysVals(int index)
repeated int32 keys_vals = 10 [packed = true];
|
int |
getKeysValsCount()
repeated int32 keys_vals = 10 [packed = true];
|
List |
getKeysValsList()
repeated int32 keys_vals = 10 [packed = true];
|
long |
getLat(int index)
repeated sint64 lat = 8 [packed = true];
|
int |
getLatCount()
repeated sint64 lat = 8 [packed = true];
|
List |
getLatList()
repeated sint64 lat = 8 [packed = true];
|
long |
getLon(int index)
repeated sint64 lon = 9 [packed = true];
|
int |
getLonCount()
repeated sint64 lon = 9 [packed = true];
|
List |
getLonList()
repeated sint64 lon = 9 [packed = true];
|
boolean |
hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
|
boolean |
isInitialized()
|
Osmformat |
mergeDenseinfo(Osmformat
optional .OSMPBF.DenseInfo denseinfo = 5;
|
Osmformat |
mergeFrom(com
|
Osmformat |
mergeFrom(Osmformat
|
Osmformat |
setDenseinfo(Osmformat
optional .OSMPBF.DenseInfo denseinfo = 5;
|
Osmformat |
setDenseinfo(Osmformat
optional .OSMPBF.DenseInfo denseinfo = 5;
|
Osmformat |
setId(int index, long value)
repeated sint64 id = 1 [packed = true];
|
Osmformat |
setKeysVals(int index, int value)
repeated int32 keys_vals = 10 [packed = true];
|
Osmformat |
setLat(int index, long value)
repeated sint64 lat = 8 [packed = true];
|
Osmformat |
setLon(int index, long value)
repeated sint64 lon = 9 [packed = true];
|
public Osmformat.DenseNodes .Builder clear()
public Osmformat.DenseNodes .Builder clone()
public Osmformat.DenseNodes getDefaultInstanceForType()
public Osmformat.DenseNodes build()
public Osmformat.DenseNodes buildPartial()
public Osmformat.DenseNodes .Builder mergeFrom(Osmformat .DenseNodes other)
public final boolean isInitialized()
public Osmformat.DenseNodes .Builder mergeFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface
com.google.protobuf.MessageLite.Builder
mergeFrom in class
com.google.protobuf.AbstractMessageLite.Builder<Osmformat.DenseNodes.Builder >
IOException
public int getIdCount()
repeated sint64 id = 1 [packed = true];
DELTA coded
public long getId(int index)
repeated sint64 id = 1 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder setId(int index, long value)
repeated sint64 id = 1 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addId(long value)
repeated sint64 id = 1 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addAllId(Iterable <? extends Long > values)
repeated sint64 id = 1 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder clearId()
repeated sint64 id = 1 [packed = true];
DELTA coded
public boolean hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseInfo getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseNodes .Builder setDenseinfo(Osmformat .DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseNodes .Builder setDenseinfo(Osmformat .DenseInfo .Builder builderForValue)
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseNodes .Builder mergeDenseinfo(Osmformat .DenseInfo value)
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseNodes .Builder clearDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public int getLatCount()
repeated sint64 lat = 8 [packed = true];
DELTA coded
public long getLat(int index)
repeated sint64 lat = 8 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder setLat(int index, long value)
repeated sint64 lat = 8 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addLat(long value)
repeated sint64 lat = 8 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addAllLat(Iterable <? extends Long > values)
repeated sint64 lat = 8 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder clearLat()
repeated sint64 lat = 8 [packed = true];
DELTA coded
public int getLonCount()
repeated sint64 lon = 9 [packed = true];
DELTA coded
public long getLon(int index)
repeated sint64 lon = 9 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder setLon(int index, long value)
repeated sint64 lon = 9 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addLon(long value)
repeated sint64 lon = 9 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder addAllLon(Iterable <? extends Long > values)
repeated sint64 lon = 9 [packed = true];
DELTA coded
public Osmformat.DenseNodes .Builder clearLon()
repeated sint64 lon = 9 [packed = true];
DELTA coded
public List<Integer > getKeysValsList()
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public int getKeysValsCount()
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public int getKeysVals(int index)
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public Osmformat.DenseNodes .Builder setKeysVals(int index, int value)
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public Osmformat.DenseNodes .Builder addKeysVals(int value)
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public Osmformat.DenseNodes .Builder addAllKeysVals(Iterable <? extends Integer > values)
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public Osmformat.DenseNodes .Builder clearKeysVals()
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.