Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<GpxRoute> |
GpxData.LinesIterator.itRoutes |
private java.util.ArrayList<GpxRoute> |
GpxData.privateRoutes
GXP routes in this file
|
java.util.Collection<GpxRoute> |
GpxData.routes
Routes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<GpxRoute> |
GpxData.getRoutes()
Gets the list of all routes defined in this data set.
|
Modifier and Type | Method and Description |
---|---|
void |
GpxData.addRoute(GpxRoute route)
Add a new route
|
void |
GpxData.removeRoute(GpxRoute route)
Remove a route
|
Modifier and Type | Field and Description |
---|---|
private GpxRoute |
GpxReader.Parser.currentRoute |