Uses of Class
org.openstreetmap.josm.data.gpx.GpxRoute
-
Packages that use GpxRoute Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of GpxRoute in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx with type parameters of type GpxRoute Modifier and Type Field Description private ArrayList<GpxRoute>
GpxData. privateRoutes
GPX routes in this fileCollection<GpxRoute>
GpxData. routes
Routes.Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type GpxRoute Modifier and Type Method Description Collection<GpxRoute>
GpxData. getRoutes()
Gets the list of all routes defined in this data set.Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxRoute Modifier and Type Method Description void
GpxData. addRoute(GpxRoute route)
Add a new routevoid
GpxData. removeRoute(GpxRoute route)
Remove a routeConstructors in org.openstreetmap.josm.data.gpx with parameters of type GpxRoute Constructor Description Line(GpxRoute route)
Constructs a newLine
. -
Uses of GpxRoute in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer with type parameters of type GpxRoute Modifier and Type Field Description private Collection<GpxRoute>
GpxRouteLayer. routes
-
Uses of GpxRoute in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as GpxRoute Modifier and Type Field Description private GpxRoute
GpxReader.Parser. currentRoute
-