Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery |
Modifier and Type | Field and Description |
---|---|
private static ConcurrentMap<String,Set<ICachedLoaderListener>> |
JCSCachedTileLoaderJob.inProgress |
Modifier and Type | Method and Description |
---|---|
void |
ICachedLoaderJob.submit(ICachedLoaderListener listener,
boolean force)
Submit job for background fetch, and listener will be fed with value object
|
void |
JCSCachedTileLoaderJob.submit(ICachedLoaderListener listener,
boolean force) |
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
|