Package org.openstreetmap.josm.io
Interface AbstractReader.RelationReader
-
- 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.RelationReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(RelationData r, java.util.Collection<RelationMemberData> members)
Reads the relation members and tags.
-
-
-
Method Detail
-
accept
void accept(RelationData r, java.util.Collection<RelationMemberData> members) throws IllegalDataException
Reads the relation members and tags.- Parameters:
r
- relationmembers
- collection of resulting members- Throws:
IllegalDataException
- in case of invalid data
-
-