Uses of Class
org.openstreetmap.josm.io.imagery.WMSImagery
-
Packages that use WMSImagery Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences. -
-
Uses of WMSImagery in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type WMSImagery Modifier and Type Method Description private static AddImageryLayerAction.LayerSelection
AddImageryLayerAction. askToSelectLayers(WMSImagery wms)
Method parameters in org.openstreetmap.josm.actions with type arguments of type WMSImagery Modifier and Type Method Description static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info, java.util.function.Function<WMSImagery,AddImageryLayerAction.LayerSelection> choice)
Asks user to choose a WMS layer from a WMS endpoint. -
Uses of WMSImagery in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as WMSImagery Modifier and Type Field Description private WMSImagery
WMSEndpointTileSource. wmsi
-
Uses of WMSImagery in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery declared as WMSImagery Modifier and Type Field Description private WMSImagery
AddWMSLayerPanel. wms
Methods in org.openstreetmap.josm.gui.preferences.imagery with parameters of type WMSImagery Modifier and Type Method Description void
WMSLayerTree. updateTree(WMSImagery wms)
Updates the whole tree with the given WMS imagery info.
-