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.
|
Modifier and Type | Method and Description |
---|---|
protected static ImageryInfo |
AddImageryLayerAction.getWMSLayerInfo(ImageryInfo info)
Asks user to choose a WMS layer from a WMS endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
WMSImagery.attemptGetCapabilities(java.lang.String serviceUrlStr)
Attempts WMS "GetCapabilities" request and initializes internal variables if successful.
|
private void |
WMSImagery.doAttemptGetCapabilities(java.lang.String serviceUrlStr,
java.net.URL getCapabilitiesUrl)
Attempts WMS GetCapabilities with version 1.1.1 first, then 1.3.0 in case of specific errors.
|
private void |
WMSImagery.doAttemptGetCapabilities130(java.lang.String serviceUrlStr,
java.lang.String url)
Attempts WMS GetCapabilities with version 1.3.0.
|
(package private) void |
WMSImagery.parseCapabilities(java.lang.String serviceUrlStr,
java.io.InputStream contentStream) |