Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableGpxTrack
Immutable GPX track.
|
Modifier and Type | Field and Description |
---|---|
private GpxTrack |
GpxTrack.GpxTrackChangeEvent.source |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<GpxTrack> |
GpxData.LinesIterator.itTracks |
private java.util.ArrayList<GpxTrack> |
GpxData.privateTracks
A list of tracks this file consists of
|
java.util.Collection<GpxTrack> |
GpxData.tracks
Tracks.
|
Modifier and Type | Method and Description |
---|---|
GpxTrack |
GpxTrack.GpxTrackChangeEvent.getSource()
Get the track that was changed.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<GpxTrack> |
GpxData.getTracks()
Get all tracks contained in this data set.
|
Modifier and Type | Method and Description |
---|---|
void |
GpxData.addTrack(GpxTrack track)
Add a new track
|
static java.util.Date[] |
GpxData.getMinMaxTimeForTrack(GpxTrack trk)
returns minimum and maximum timestamps in the track
|
void |
GpxData.removeTrack(GpxTrack track)
Remove a track
|
Constructor and Description |
---|
GpxTrackChangeEvent(GpxTrack source) |
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
|