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

Packages that use OSMWay
org.osm2world.core.map_data.data   
org.osm2world.core.osm.data   
 

Uses of OSMWay in org.osm2world.core.map_data.data
 

Methods in org.osm2world.core.map_data.data that return OSMWay
 OSMWay MapArea.getOsmWay()
          returns the way that is the outer boundary of this object.
 OSMWay MapWaySegment.getOsmWay()
           
 

Constructors in org.osm2world.core.map_data.data with parameters of type OSMWay
MapArea(OSMElement objectWithTags, OSMWay osmWay)
           
MapArea(OSMWay osmWay)
           
MapWaySegment(OSMWay osmWay, MapNode startNode, MapNode endNode)
           
 

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

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

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