Package org.openstreetmap.josm.io
Interface AbstractReader.WayReader
-
- Enclosing class:
- AbstractReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface AbstractReader.WayReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(WayData w, java.util.Collection<java.lang.Long> nodeIds)
Reads the way nodes and tags.
-
-
-
Method Detail
-
accept
void accept(WayData w, java.util.Collection<java.lang.Long> nodeIds) throws IllegalDataException
Reads the way nodes and tags.- Parameters:
w
- waynodeIds
- collection of resulting node ids- Throws:
IllegalDataException
- in case of invalid data
-
-