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. |
Constructor and Description |
---|
JCSCachedTileLoaderJob(org.apache.commons.jcs.access.behavior.ICacheAccess<K,V> cache,
TileJobOptions options) |
JCSCachedTileLoaderJob(org.apache.commons.jcs.access.behavior.ICacheAccess<K,V> cache,
TileJobOptions options,
java.util.concurrent.ThreadPoolExecutor downloadJobExecutor) |
Modifier and Type | Field and Description |
---|---|
protected TileJobOptions |
TMSCachedTileLoader.options |
private TileJobOptions |
TMSCachedTileLoaderJob.options |
Modifier and Type | Method and Description |
---|---|
protected TileLoader |
CachedTileLoaderFactory.getLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options) |
Constructor and Description |
---|
TMSCachedTileLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options)
Constructor
|
TMSCachedTileLoaderJob(TileLoaderListener listener,
Tile tile,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options,
java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Constructor for creating a job, to get a specific tile from cache
|
WMSCachedTileLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options)
Creates a TileLoader with separate WMS downloader.
|
WMSCachedTileLoaderJob(TileLoaderListener listener,
Tile tile,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options,
java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Creates a job - that will download specific tile
|