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 SummaryAll 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- 
getIdListList<Long> getIdList() DELTA coded repeated sint64 id = 1 [packed = true];- Returns:
- A list containing the id.
 
 - 
getIdCountint getIdCount() DELTA coded repeated sint64 id = 1 [packed = true];- Returns:
- The count of id.
 
 - 
getIdlong 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.
 
 - 
hasDenseinfoboolean hasDenseinfo() repeated Info info = 4; optional .DenseInfo denseinfo = 5;- Returns:
- Whether the denseinfo field is set.
 
 - 
getDenseinfoOsmformat.DenseInfo getDenseinfo() repeated Info info = 4; optional .DenseInfo denseinfo = 5;- Returns:
- The denseinfo.
 
 - 
getDenseinfoOrBuilderOsmformat.DenseInfoOrBuilder getDenseinfoOrBuilder() repeated Info info = 4; optional .DenseInfo denseinfo = 5;
 - 
getLatListList<Long> getLatList() DELTA coded repeated sint64 lat = 8 [packed = true];- Returns:
- A list containing the lat.
 
 - 
getLatCountint getLatCount() DELTA coded repeated sint64 lat = 8 [packed = true];- Returns:
- The count of lat.
 
 - 
getLatlong 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.
 
 - 
getLonListList<Long> getLonList() DELTA coded repeated sint64 lon = 9 [packed = true];- Returns:
- A list containing the lon.
 
 - 
getLonCountint getLonCount() DELTA coded repeated sint64 lon = 9 [packed = true];- Returns:
- The count of lon.
 
 - 
getLonlong 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.
 
 - 
getKeysValsListList<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.
 
 - 
getKeysValsCountint 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.
 
 - 
getKeysValsint 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.
 
 
- 
 
-