public static interface Osmformat.WayOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getId()
required int64 id = 1; |
Osmformat.Info |
getInfo()
optional .Info info = 4; |
Osmformat.InfoOrBuilder |
getInfoOrBuilder()
optional .Info info = 4; |
int |
getKeys(int index)
Parallel arrays.
|
int |
getKeysCount()
Parallel arrays.
|
List<Integer> |
getKeysList()
Parallel arrays.
|
long |
getRefs(int index)
DELTA coded
|
int |
getRefsCount()
DELTA coded
|
List<Long> |
getRefsList()
DELTA coded
|
int |
getVals(int index)
repeated uint32 vals = 3 [packed = true]; |
int |
getValsCount()
repeated uint32 vals = 3 [packed = true]; |
List<Integer> |
getValsList()
repeated uint32 vals = 3 [packed = true]; |
boolean |
hasId()
required int64 id = 1; |
boolean |
hasInfo()
optional .Info info = 4; |
boolean hasId()
required int64 id = 1;
long getId()
required int64 id = 1;
List<Integer> getKeysList()
Parallel arrays.
repeated uint32 keys = 2 [packed = true];
int getKeysCount()
Parallel arrays.
repeated uint32 keys = 2 [packed = true];
int getKeys(int index)
Parallel arrays.
repeated uint32 keys = 2 [packed = true];
index
- The index of the element to return.List<Integer> getValsList()
repeated uint32 vals = 3 [packed = true];
int getValsCount()
repeated uint32 vals = 3 [packed = true];
int getVals(int index)
repeated uint32 vals = 3 [packed = true];
index
- The index of the element to return.boolean hasInfo()
optional .Info info = 4;
Osmformat.Info getInfo()
optional .Info info = 4;
Osmformat.InfoOrBuilder getInfoOrBuilder()
optional .Info info = 4;
List<Long> getRefsList()
DELTA coded
repeated sint64 refs = 8 [packed = true];
int getRefsCount()
DELTA coded
repeated sint64 refs = 8 [packed = true];
long getRefs(int index)
DELTA coded
repeated sint64 refs = 8 [packed = true];
index
- The index of the element to return.Copyright © 2025 The Apache Software Foundation. All rights reserved.