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 java.util.ArrayList<GpxRoute>GpxData. privateRoutesGPX routes in this filejava.util.Collection<GpxRoute>GpxData. routesRoutes.Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type GpxRoute Modifier and Type Method Description java.util.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 voidGpxData. addRoute(GpxRoute route)Add a new routevoidGpxData. 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 java.util.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 GpxRouteGpxParser. currentRoute
-