| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
WMSImagery.attemptGetCapabilities(java.lang.String url) |
| Constructor and Description |
|---|
WMSImagery(java.lang.String url)
Make getCapabilities request towards given URL
|
WMSImagery(java.lang.String url,
java.util.Map<java.lang.String,java.lang.String> headers)
Make getCapabilities request towards given URL using headers
|