Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Set<ICachedLoaderListener>> |
JCSCachedTileLoaderJob.inProgress |
Modifier and Type | Method and Description |
---|---|
void |
JCSCachedTileLoaderJob.submit(ICachedLoaderListener listener,
boolean force) |
void |
ICachedLoaderJob.submit(ICachedLoaderListener listener,
boolean force)
Submit job for background fetch, and listener will be fed with value object
|
Modifier and Type | Class and Description |
---|---|
class |
TMSCachedTileLoaderJob |
class |
WMSCachedTileLoaderJob
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|