Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.CopyOnWriteArrayList<SystemOfMeasurement.SoMChangeListener> |
SystemOfMeasurement.somChangeListeners |
Modifier and Type | Method and Description |
---|---|
static void |
SystemOfMeasurement.addSoMChangeListener(SystemOfMeasurement.SoMChangeListener listener)
Adds a SoM change listener.
|
static void |
SystemOfMeasurement.removeSoMChangeListener(SystemOfMeasurement.SoMChangeListener listener)
Removes a global SoM change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
MapStatus
A component that manages some status information display about the map.
|
Modifier and Type | Class and Description |
---|---|
class |
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
|