Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
Modifier and Type | Field and Description |
---|---|
private Line |
GpxData.LinesIterator.next |
Modifier and Type | Method and Description |
---|---|
private Line |
GpxData.LinesIterator.getNext() |
Line |
GpxData.LinesIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Line> |
GpxData.getLinesIterable(boolean... trackVisibility)
Iterate over all track segments and over all routes.
|