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 class
ParallelWayAction.ParallelWayLayer
Fields in org.openstreetmap.josm.actions.mapmode declared as AbstractMapViewPaintable Modifier and Type Field Description private AbstractMapViewPaintable
ImproveWayAccuracyAction. temporaryLayer
-
Uses of AbstractMapViewPaintable in org.openstreetmap.josm.gui
Subclasses of AbstractMapViewPaintable in org.openstreetmap.josm.gui Modifier and Type Class Description private class
SelectionManager.SelectionHintLayer
This 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 class
AbstractCachedTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>
Class providing cache to other layersclass
AbstractModifiableLayer
A modifiable layer.class
AbstractOsmDataLayer
Abstraction ofOsmDataLayer
.class
AbstractTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>
Base abstract class that supports displaying images provided by TileSource.class
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads.class
GpxRouteLayer
A layer that displays GpxData.routes from a GPX file.class
ImageryLayer
class
Layer
A layer encapsulates the gui component of one dataset and its representation.class
NoteLayer
A layer to hold Note objects.class
OsmDataLayer
A layer that holds OSM data from a specific dataset.class
TMSLayer
Class that displays a slippy map layer.class
ValidatorLayer
A layer showing error messages.class
WMSLayer
This is a layer that grabs the current screen from an WMS server.class
WMTSLayer
WMTS 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 class
CorrelationSupportLayer
A support layer meant to be modified by the user to provide real-time images correlation.class
GeoImageLayer
Layer displaying geotagged pictures.(package private) class
WikimediaCommonsLayer
A 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 class
MVTLayer
A 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 class
MarkerLayer
A 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 class
AdvancedPreference.UnclearableOsmDataLayer
-