Uses of Class
org.openstreetmap.josm.io.imagery.WMSImagery.WMSGetCapabilitiesException
-
Packages that use WMSImagery.WMSGetCapabilitiesException Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O. -
-
Uses of WMSImagery.WMSGetCapabilitiesException in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that throw WMSImagery.WMSGetCapabilitiesException Modifier and Type Method Description protected static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)
Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info, Function<WMSImagery,AddImageryLayerAction.LayerSelection> choice)
Asks user to choose a WMS layer from a WMS endpoint. -
Uses of WMSImagery.WMSGetCapabilitiesException in org.openstreetmap.josm.io.imagery
Methods in org.openstreetmap.josm.io.imagery that throw WMSImagery.WMSGetCapabilitiesException Modifier and Type Method Description private void
WMSImagery. attemptGetCapabilities(String url)
Constructors in org.openstreetmap.josm.io.imagery that throw WMSImagery.WMSGetCapabilitiesException Constructor Description WMSImagery(String url)
Make getCapabilities request towards given URLWMSImagery(String url, Map<String,String> headers)
Make getCapabilities request towards given URL using headers
-