Package | Description |
---|---|
org.openstreetmap.josm.data.gpx | |
org.openstreetmap.josm.gui.layer |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableGpxTrack |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<GpxTrack> |
GpxData.LinesIterator.itTracks |
java.util.Collection<GpxTrack> |
GpxData.tracks |
Modifier and Type | Method and Description |
---|---|
static java.util.Date[] |
GpxData.getMinMaxTimeForTrack(GpxTrack trk)
returns minimum and maximum timestamps in the track
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<GpxTrack> |
GpxLayer.lastTracks |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
GpxLayer.getTimespanForTrack(GpxTrack trk)
Returns a human readable string that shows the timespan of the given track
|