Package org.openstreetmap.josm.gui.layer
Interface JumpToMarkerActions.JumpToMarkerLayer
-
- All Known Implementing Classes:
GeoImageLayer,GpxLayer,MarkerLayer,WikimediaCommonsLayer
- Enclosing class:
- JumpToMarkerActions
public static interface JumpToMarkerActions.JumpToMarkerLayer
Interface for a layer that displays markers and supports jumping from one marker to the next.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidjumpToNextMarker()Jump (move the viewport) to the next marker.voidjumpToPreviousMarker()Jump (move the viewport) to the previous marker.
-
-
-
Method Detail
-
jumpToNextMarker
void jumpToNextMarker()
Jump (move the viewport) to the next marker.
-
jumpToPreviousMarker
void jumpToPreviousMarker()
Jump (move the viewport) to the previous marker.
-
-