| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.layer | |
| org.openstreetmap.josm.io.imagery |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<WMSRequest> |
WMSLayer.finishedRequests |
private java.util.List<WMSRequest> |
WMSLayer.processingRequests
List of request currently being processed by download threads
|
private java.util.List<WMSRequest> |
WMSLayer.requestQueue |
| Modifier and Type | Method and Description |
|---|---|
WMSRequest |
WMSLayer.getRequest(boolean localOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
WMSLayer.addRequest(WMSRequest request) |
void |
WMSLayer.finishRequest(WMSRequest request) |
ProjectionBounds |
WMSLayer.getBounds(WMSRequest request) |
private int |
WMSLayer.getRequestPriority(WMSRequest request) |
boolean |
WMSLayer.requestIsVisible(WMSRequest request) |
| Modifier and Type | Field and Description |
|---|---|
private WMSRequest |
WMSException.request |
| Modifier and Type | Method and Description |
|---|---|
WMSRequest |
WMSException.getRequest()
Replies the WMS request that lead to this exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WMSGrabber.attempt(WMSRequest request) |
int |
WMSRequest.compareTo(WMSRequest o) |
private void |
WMSGrabber.fetch(WMSRequest request,
int attempt) |
protected java.awt.image.BufferedImage |
HTMLGrabber.grab(WMSRequest request,
java.net.URL url,
int attempt) |
protected java.awt.image.BufferedImage |
WMSGrabber.grab(WMSRequest request,
java.net.URL url,
int attempt) |
boolean |
WMSGrabber.loadFromCache(WMSRequest request) |
| Constructor and Description |
|---|
WMSException(WMSRequest request,
java.net.URL url,
java.util.Collection<java.lang.String> exceptions)
Constructs a new
WMSException. |