org.openstreetmap.josm.data.gpx
Class GpxRoute

java.lang.Object
  extended by org.openstreetmap.josm.data.gpx.WithAttributes
      extended by org.openstreetmap.josm.data.gpx.GpxRoute

public class GpxRoute
extends WithAttributes


Field Summary
 java.util.Collection<WayPoint> routePoints
           
 
Fields inherited from class org.openstreetmap.josm.data.gpx.WithAttributes
attr
 
Constructor Summary
GpxRoute()
           
 
Method Summary
 
Methods inherited from class org.openstreetmap.josm.data.gpx.WithAttributes
getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

routePoints

public java.util.Collection<WayPoint> routePoints
Constructor Detail

GpxRoute

public GpxRoute()


JOSM