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 | Method and Description |
---|---|
protected void |
Grabber.attempt(WMSRequest request) |
int |
WMSRequest.compareTo(WMSRequest o) |
(package private) abstract void |
Grabber.fetch(WMSRequest request,
int attempt) |
(package 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) |
abstract boolean |
Grabber.loadFromCache(WMSRequest request) |
boolean |
WMSGrabber.loadFromCache(WMSRequest request) |