Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Field and Description |
---|---|
private JumpToMarkerActions.JumpToMarkerLayer |
JumpToMarkerActions.JumpToMarker.layer |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JumpToMarkerActions.JumpToMarker.execute(JumpToMarkerActions.JumpToMarkerLayer l) |
protected void |
JumpToMarkerActions.JumpToNextMarker.execute(JumpToMarkerActions.JumpToMarkerLayer l) |
protected void |
JumpToMarkerActions.JumpToPreviousMarker.execute(JumpToMarkerActions.JumpToMarkerLayer l) |
Constructor and Description |
---|
JumpToMarker(JumpToMarkerActions.JumpToMarkerLayer layer,
Shortcut shortcut) |
JumpToNextMarker(JumpToMarkerActions.JumpToMarkerLayer layer) |
JumpToPreviousMarker(JumpToMarkerActions.JumpToMarkerLayer layer) |
Modifier and Type | Class and Description |
---|---|
class |
GeoImageLayer
Layer displaying geottaged pictures.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerLayer
A layer holding markers.
|