Interface Osmformat.WayOrBuilder
- 
- All Superinterfaces:
- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - All Known Implementing Classes:
- Osmformat.Way,- Osmformat.Way.Builder
 - Enclosing class:
- Osmformat
 
 public static interface Osmformat.WayOrBuilder extends proto4.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()required int64 id = 1;Osmformat.InfogetInfo()optional .Info info = 4;Osmformat.InfoOrBuildergetInfoOrBuilder()optional .Info info = 4;intgetKeys(int index)Parallel arrays.intgetKeysCount()Parallel arrays.List<Integer>getKeysList()Parallel arrays.longgetRefs(int index)DELTA codedintgetRefsCount()DELTA codedList<Long>getRefsList()DELTA codedintgetVals(int index)repeated uint32 vals = 3 [packed = true];intgetValsCount()repeated uint32 vals = 3 [packed = true];List<Integer>getValsList()repeated uint32 vals = 3 [packed = true];booleanhasId()required int64 id = 1;booleanhasInfo()optional .Info info = 4;
 
- 
- 
- 
Method Detail- 
hasIdboolean hasId() required int64 id = 1;- Returns:
- Whether the id field is set.
 
 - 
getIdlong getId() required int64 id = 1;- Returns:
- The id.
 
 - 
getKeysListList<Integer> getKeysList() Parallel arrays. repeated uint32 keys = 2 [packed = true];- Returns:
- A list containing the keys.
 
 - 
getKeysCountint getKeysCount() Parallel arrays. repeated uint32 keys = 2 [packed = true];- Returns:
- The count of keys.
 
 - 
getKeysint getKeys(int index) Parallel arrays. repeated uint32 keys = 2 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The keys at the given index.
 
 - 
getValsListList<Integer> getValsList() repeated uint32 vals = 3 [packed = true];- Returns:
- A list containing the vals.
 
 - 
getValsCountint getValsCount() repeated uint32 vals = 3 [packed = true];- Returns:
- The count of vals.
 
 - 
getValsint getVals(int index) repeated uint32 vals = 3 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The vals at the given index.
 
 - 
hasInfoboolean hasInfo() optional .Info info = 4;- Returns:
- Whether the info field is set.
 
 - 
getInfoOsmformat.Info getInfo() optional .Info info = 4;- Returns:
- The info.
 
 - 
getInfoOrBuilderOsmformat.InfoOrBuilder getInfoOrBuilder() optional .Info info = 4;
 - 
getRefsListList<Long> getRefsList() DELTA coded repeated sint64 refs = 8 [packed = true];- Returns:
- A list containing the refs.
 
 - 
getRefsCountint getRefsCount() DELTA coded repeated sint64 refs = 8 [packed = true];- Returns:
- The count of refs.
 
 - 
getRefslong getRefs(int index) DELTA coded repeated sint64 refs = 8 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The refs at the given index.
 
 
- 
 
-