public static interface Osmformat.DenseNodesOrBuilder extends com.protobuf .MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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;
|
int getIdCount()
repeated sint64 id = 1 [packed = true];
DELTA coded
long getId(int index)
repeated sint64 id = 1 [packed = true];
DELTA coded
boolean hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
Osmformat.DenseInfo getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
int getLatCount()
repeated sint64 lat = 8 [packed = true];
DELTA coded
long getLat(int index)
repeated sint64 lat = 8 [packed = true];
DELTA coded
int getLonCount()
repeated sint64 lon = 9 [packed = true];
DELTA coded
long getLon(int index)
repeated sint64 lon = 9 [packed = true];
DELTA coded
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.
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.
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.