org.osm2world.core.osm.data
Class OSMData

Object
  extended by OSMData

public class OSMData
extends Object

OSM dataset containing nodes, areas and relations


Constructor Summary
OSMData(Collection<Bound> bounds, Collection<OSMNode> nodes, Collection<OSMWay> ways, Collection<OSMRelation> relations)
           
 
Method Summary
 Collection<Bound> getBounds()
           
 Collection<OSMNode> getNodes()
           
 Collection<OSMRelation> getRelations()
           
 Collection<OSMWay> getWays()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSMData

public OSMData(Collection<Bound> bounds,
               Collection<OSMNode> nodes,
               Collection<OSMWay> ways,
               Collection<OSMRelation> relations)
Method Detail

getNodes

public Collection<OSMNode> getNodes()

getWays

public Collection<OSMWay> getWays()

getRelations

public Collection<OSMRelation> getRelations()

getBounds

public Collection<Bound> getBounds()