Interface Osmformat.DenseNodesOrBuilder
-
- All Superinterfaces:
proto4.MessageLiteOrBuilder,proto4.MessageOrBuilder
- All Known Implementing Classes:
Osmformat.DenseNodes,Osmformat.DenseNodes.Builder
- Enclosing class:
- Osmformat
public static interface Osmformat.DenseNodesOrBuilder extends proto4.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Osmformat.DenseInfogetDenseinfo()repeated Info info = 4;Osmformat.DenseInfoOrBuildergetDenseinfoOrBuilder()repeated Info info = 4;longgetId(int index)DELTA codedintgetIdCount()DELTA codedList<Long>getIdList()DELTA codedintgetKeysVals(int index)Special packing of keys and vals into one array.intgetKeysValsCount()Special packing of keys and vals into one array.List<Integer>getKeysValsList()Special packing of keys and vals into one array.longgetLat(int index)DELTA codedintgetLatCount()DELTA codedList<Long>getLatList()DELTA codedlonggetLon(int index)DELTA codedintgetLonCount()DELTA codedList<Long>getLonList()DELTA codedbooleanhasDenseinfo()repeated Info info = 4;
-
-
-
Method Detail
-
getIdList
List<Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];- Returns:
- A list containing the id.
-
getIdCount
int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];- Returns:
- The count of id.
-
getId
long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The id at the given index.
-
hasDenseinfo
boolean hasDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;- Returns:
- Whether the denseinfo field is set.
-
getDenseinfo
Osmformat.DenseInfo getDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;- Returns:
- The denseinfo.
-
getDenseinfoOrBuilder
Osmformat.DenseInfoOrBuilder getDenseinfoOrBuilder()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
-
getLatList
List<Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];- Returns:
- A list containing the lat.
-
getLatCount
int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];- Returns:
- The count of lat.
-
getLat
long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The lat at the given index.
-
getLonList
List<Long> getLonList()
DELTA coded
repeated sint64 lon = 9 [packed = true];- Returns:
- A list containing the lon.
-
getLonCount
int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];- Returns:
- The count of lon.
-
getLon
long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The lon at the given index.
-
getKeysValsList
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];- Returns:
- A list containing the keysVals.
-
getKeysValsCount
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];- Returns:
- The count of keysVals.
-
getKeysVals
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];- Parameters:
index- The index of the element to return.- Returns:
- The keysVals at the given index.
-
-