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
Modifier and TypeMethodDescriptionrepeated Info info = 4;repeated Info info = 4;longgetId(int index) DELTA codedintDELTA codedDELTA codedintgetKeysVals(int index) Special packing of keys and vals into one array.intSpecial packing of keys and vals into one array.Special packing of keys and vals into one array.longgetLat(int index) DELTA codedintDELTA codedDELTA codedlonggetLon(int index) DELTA codedintDELTA codedDELTA codedbooleanrepeated Info info = 4;Methods inherited from interface proto4.MessageLiteOrBuilder
isInitializedMethods inherited from interface proto4.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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.
-