Package | Description |
---|---|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
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 bridging TMS requests to JCS cache requests
|
class |
WMSCachedTileLoaderJob
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|