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 ImageryInfoAddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfoAddImageryLayerAction. 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.WMSGetCapabilitiesException in org.openstreetmap.josm.io.imagery
Methods in org.openstreetmap.josm.io.imagery that throw WMSImagery.WMSGetCapabilitiesException Modifier and Type Method Description private voidWMSImagery. attemptGetCapabilities(java.lang.String url)Constructors in org.openstreetmap.josm.io.imagery that throw WMSImagery.WMSGetCapabilitiesException Constructor Description WMSImagery(java.lang.String url)Make getCapabilities request towards given URLWMSImagery(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> headers)Make getCapabilities request towards given URL using headersWMSImagery(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> headers, ProgressMonitor monitor)Make getCapabilities request towards given URL using headers
-