org.osm2world.core.osm.data
Class OSMWay

Object
  extended by OSMElement
      extended by OSMWay

public class OSMWay
extends OSMElement


Field Summary
 List<OSMNode> nodes
           
 
Fields inherited from class OSMElement
id, tags
 
Constructor Summary
OSMWay(TagGroup tags, long id, List<OSMNode> nodes)
           
 
Method Summary
 boolean isClosed()
           
 String toString()
           
 
Methods inherited from class OSMElement
equals, hashCode
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

nodes

public final List<OSMNode> nodes
Constructor Detail

OSMWay

public OSMWay(TagGroup tags,
              long id,
              List<OSMNode> nodes)
Method Detail

isClosed

public boolean isClosed()

toString

public String toString()
Overrides:
toString in class Object