| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| 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 | Field and Description |
|---|---|
private GpxData.GpxDataChangeListener |
SaveAction.updateOnRequireSaveChangeGpx |
| Modifier and Type | Field and Description |
|---|---|
private ListenerList<GpxData.GpxDataChangeListener> |
GpxData.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
GpxData.addChangeListener(GpxData.GpxDataChangeListener listener)
Adds a listener that gets called whenever the data changed.
|
void |
GpxData.addWeakChangeListener(GpxData.GpxDataChangeListener listener)
Adds a listener that gets called whenever the data changed.
|
void |
GpxData.removeChangeListener(GpxData.GpxDataChangeListener listener)
Removes a listener that gets called whenever the data changed.
|
| Modifier and Type | Field and Description |
|---|---|
private GpxData.GpxDataChangeListener |
GpxLayer.dataChangeListener
Added as field to be kept as reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
|