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 |
---|---|
protected CacheEntryAttributes |
JCSCachedTileLoaderJob.attributes |
Modifier and Type | Method and Description |
---|---|
protected CacheEntryAttributes |
JCSCachedTileLoaderJob.parseHeaders(HttpClient.Response urlConn) |
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 |
---|---|
protected CacheEntryAttributes |
TMSCachedTileLoaderJob.parseHeaders(HttpClient.Response urlConn) |
Modifier and Type | Method and Description |
---|---|
private void |
TMSCachedTileLoaderJob.handleError(CacheEntryAttributes attributes) |
void |
TMSCachedTileLoaderJob.loadingFinished(CacheEntry object,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result) |