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 | Class and Description |
---|---|
class |
JCSCachedTileLoaderJob<K,V extends CacheEntry>
Generic loader for HTTP based tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageCacheEntry
Cache Entry that has methods to get the BufferedImage, that will be cached along in memory
but will be not serialized when saved to the disk (to avoid duplication of data)
|
Modifier and Type | Field and Description |
---|---|
protected V |
JCSCachedTileLoaderJob.cacheData |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
ICachedLoaderJob.get()
fetches object from cache, or returns null when object is not found
|
Modifier and Type | Method and Description |
---|---|
void |
ICachedLoaderListener.loadingFinished(CacheEntry data,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result)
Will be called when K object processed.
|
Modifier and Type | Method and Description |
---|---|
void |
TMSCachedTileLoaderJob.loadingFinished(CacheEntry object,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result) |
private boolean |
TMSCachedTileLoaderJob.tryLoadTileImage(CacheEntry object) |