public static interface Osmformat.DenseNodesOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Osmformat.DenseInfo |
getDenseinfo()
repeated Info info = 4;
|
Osmformat.DenseInfoOrBuilder |
getDenseinfoOrBuilder()
repeated Info info = 4;
|
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;
|
List<Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];
int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];
long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];
index
- The index of the element to return.boolean hasDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
Osmformat.DenseInfo getDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
Osmformat.DenseInfoOrBuilder getDenseinfoOrBuilder()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
List<Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];
int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];
long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];
index
- The index of the element to return.List<Long> getLonList()
DELTA coded
repeated sint64 lon = 9 [packed = true];
int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];
long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];
index
- The index of the element to return.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];
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];
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];
index
- The index of the element to return.Copyright © 2025 The Apache Software Foundation. All rights reserved.