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.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
Modifier and Type | Class and Description |
---|---|
class |
GpxTrack
GPX track.
|
class |
ImmutableGpxTrack
Deprecated.
Use
GpxTrack instead! |
Modifier and Type | Field and Description |
---|---|
private IGpxTrack |
GpxData.LinesIterator.curTrack |
private IGpxTrack |
IGpxTrack.GpxTrackChangeEvent.source |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<IGpxTrack> |
GpxData.LinesIterator.itTracks |
private java.util.ArrayList<IGpxTrack> |
GpxData.privateTracks
A list of tracks this file consists of
|
java.util.Collection<IGpxTrack> |
GpxData.tracks
Tracks.
|
Modifier and Type | Method and Description |
---|---|
IGpxTrack |
IGpxTrack.GpxTrackChangeEvent.getSource()
Get the track that was changed.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IGpxTrack> |
GpxData.getTracks()
Get all tracks contained in this data set.
|
Modifier and Type | Method and Description |
---|---|
void |
GpxData.addTrack(IGpxTrack track)
Add a new track
|
private void |
GpxData.cutOverlapping(IGpxTrack trk,
boolean connect) |
static java.util.Date[] |
GpxData.getMinMaxTimeForTrack(IGpxTrack trk)
returns minimum and maximum timestamps in the track
|
void |
GpxData.removeTrack(IGpxTrack track)
Remove a track
|
Constructor and Description |
---|
GpxTrackChangeEvent(IGpxTrack source)
Deprecated.
|
GpxTrackChangeEvent(IGpxTrack source) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
GpxLayer.getTimespanForTrack(IGpxTrack trk)
Returns a human readable string that shows the timespan of the given track
|
Modifier and Type | Method and Description |
---|---|
private void |
ChooseTrackVisibilityAction.showColorDialog(java.util.List<IGpxTrack> tracks) |