org.openstreetmap.josm.plugins.graphview.core.data.osmosis
Class OSMFileDataSource.OwnWay

Object
  extended by OSMFileDataSource.OwnWay
Enclosing class:
OSMFileDataSource

public class OSMFileDataSource.OwnWay
extends Object


Constructor Summary
OSMFileDataSource.OwnWay(TagGroup tags, List<OSMFileDataSource.OwnNode> nodes)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSMFileDataSource.OwnWay

public OSMFileDataSource.OwnWay(TagGroup tags,
                                List<OSMFileDataSource.OwnNode> nodes)
Method Detail

toString

public String toString()
Overrides:
toString in class Object