Uses of Class
org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
-
Packages that use AbstractMapViewPaintable Package Description 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.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.actions.mapmode
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.actions.mapmode Modifier and Type Class Description private classParallelWayAction.ParallelWayLayerFields in org.openstreetmap.josm.actions.mapmode declared as AbstractMapViewPaintable Modifier and Type Field Description private AbstractMapViewPaintableImproveWayAccuracyAction. temporaryLayer -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui Modifier and Type Class Description private classSelectionManager.SelectionHintLayerThis draws the selection hint (rectangle or lasso polygon) on the screen. -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer Modifier and Type Class Description classAbstractCachedTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>Class providing cache to other layersclassAbstractModifiableLayerA modifiable layer.classAbstractOsmDataLayerAbstraction ofOsmDataLayer.classAbstractTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>Base abstract class that supports displaying images provided by TileSource.classGpxLayerA layer that displays data from a Gpx file / the OSM gpx downloads.classGpxRouteLayerA layer that displays GpxData.routes from a GPX file.classImageryLayerclassLayerA layer encapsulates the gui component of one dataset and its representation.classNoteLayerA layer to hold Note objects.classOsmDataLayerA layer that holds OSM data from a specific dataset.classTMSLayerClass that displays a slippy map layer.classValidatorLayerA layer showing error messages.classWMSLayerThis is a layer that grabs the current screen from an WMS server.classWMTSLayerWMTS layer based on AbstractTileSourceLayer. -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description classCorrelationSupportLayerA support layer meant to be modified by the user to provide real-time images correlation.classGeoImageLayerLayer displaying geotagged pictures.(package private) classWikimediaCommonsLayerA layer showing geocoded images from Wikimedia Commons -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.imagery
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.imagery Modifier and Type Class Description classMVTLayerA layer for Mapbox Vector Tiles -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.markerlayer
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.layer.markerlayer Modifier and Type Class Description classMarkerLayerA layer holding markers. -
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.preferences.advanced
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui.preferences.advanced Modifier and Type Class Description private static classAdvancedPreference.UnclearableOsmDataLayer
-