Uses of Class
org.openstreetmap.josm.data.imagery.AbstractWMSTileSource
-
Packages that use AbstractWMSTileSource Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of AbstractWMSTileSource in org.openstreetmap.josm.data.imagery
Subclasses of AbstractWMSTileSource in org.openstreetmap.josm.data.imagery Modifier and Type Class Description class
TemplatedWMSTileSource
Tile Source handling WMS providersclass
WMSEndpointTileSource
Class representing ImageryType.WMS_ENDPOINT tile source. -
Uses of AbstractWMSTileSource in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return AbstractWMSTileSource Modifier and Type Method Description protected AbstractWMSTileSource
WMSLayer. getTileSource()
-