Uses of Class
org.openstreetmap.josm.actions.mapmode.MapMode
-
Packages that use MapMode Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of MapMode in org.openstreetmap.josm.actions
Subclasses of MapMode in org.openstreetmap.josm.actions Modifier and Type Class Description class
ImageryAdjustAction
Adjust the position of an imagery layer.Fields in org.openstreetmap.josm.actions declared as MapMode Modifier and Type Field Description private MapMode
ImageryAdjustAction. oldMapMode
-
Uses of MapMode in org.openstreetmap.josm.actions.mapmode
Subclasses of MapMode in org.openstreetmap.josm.actions.mapmode Modifier and Type Class Description class
AddNoteAction
Map mode to add a new note.class
DeleteAction
A map mode that enables the user to delete nodes and other objects.class
DrawAction
Mapmode to add nodes, create and extend ways.class
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.class
ImproveWayAccuracyAction
A special map mode that is optimized for improving way geometry.class
ParallelWayAction
MapMode for making parallel ways.class
PlayHeadDragMode
Singleton marker class to track position of audio.class
SelectAction
Move is an action that can move all kind of OsmPrimitives (except keys for now).class
SelectLassoAction
Lasso selection mode: select objects within a hand-drawn region.class
ZoomAction
Enable the zoom mode within the MapFrame. -
Uses of MapMode in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MapMode Modifier and Type Field Description MapMode
MapFrame. mapMode
The current mode, this frame operates.Fields in org.openstreetmap.josm.gui with type parameters of type MapMode Modifier and Type Field Description private Map<Layer,MapMode>
MapFrame. lastMapMode
Methods in org.openstreetmap.josm.gui that return MapMode Modifier and Type Method Description private MapMode
MapFrame. getLastMapMode(Layer newLayer)
Methods in org.openstreetmap.josm.gui with parameters of type MapMode Modifier and Type Method Description Optional<JCheckBoxMenuItem>
MainMenu. findMapModeMenuItem(MapMode mode)
Returns theJCheckBoxMenuItem
for the givenMapMode
.protected static void
MapFrame. fireMapModeChanged(MapMode oldMapMode, MapMode newMapMode)
void
MapFrame.MapModeChangeListener. mapModeChange(MapMode oldMapMode, MapMode newMapMode)
Trigerred when map mode changes.boolean
MapFrame. selectMapMode(MapMode newMapMode)
Change the operating map mode for the view.boolean
MapFrame. selectMapMode(MapMode newMapMode, Layer newLayer)
Another version of the selectMapMode for changing layer action. -
Uses of MapMode in org.openstreetmap.josm.gui.autofilter
Methods in org.openstreetmap.josm.gui.autofilter with parameters of type MapMode Modifier and Type Method Description void
AutoFilterManager. mapModeChange(MapMode oldMapMode, MapMode newMapMode)
-
Uses of MapMode in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type MapMode Modifier and Type Method Description void
FilterDialog. mapModeChange(MapMode oldMapMode, MapMode newMapMode)
-
Uses of MapMode in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage with type parameters of type MapMode Modifier and Type Field Description private static List<MapMode>
GeoImageLayer. supportedMapModes
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type MapMode Modifier and Type Method Description private static boolean
GeoImageLayer. isSupportedMapMode(MapMode mapMode)
Determines if the functionality of this layer is available in the specified map mode.static void
GeoImageLayer. registerSupportedMapMode(MapMode mapMode)
Registers a map mode for which the functionality of this layer should be available. -
Uses of MapMode in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as MapMode Modifier and Type Field Description private MapMode
PlayHeadMarker. oldMode
-