Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableGpxTrackSegment |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<GpxTrackSegment> |
GpxData.LinesIterator.itTrackSegments |
private java.util.List<GpxTrackSegment> |
ImmutableGpxTrack.segments |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<GpxTrackSegment> |
GpxTrack.getSegments()
Returns the track segments.
|
java.util.Collection<GpxTrackSegment> |
ImmutableGpxTrack.getSegments() |