Uses of Class
org.osm2world.core.osm.data.OSMRelation

Packages that use OSMRelation
org.osm2world.core.osm.data   
 

Uses of OSMRelation in org.osm2world.core.osm.data
 

Methods in org.osm2world.core.osm.data that return types with arguments of type OSMRelation
 Collection<OSMRelation> OSMData.getRelations()
           
 

Constructor parameters in org.osm2world.core.osm.data with type arguments of type OSMRelation
OSMData(Collection<Bound> bounds, Collection<OSMNode> nodes, Collection<OSMWay> ways, Collection<OSMRelation> relations)