Uses of Class
org.openstreetmap.josm.data.cache.CacheEntryAttributes
-
Packages that use CacheEntryAttributes 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 withJMapViewer
classes. -
-
Uses of CacheEntryAttributes in org.openstreetmap.josm.data.cache
Fields in org.openstreetmap.josm.data.cache declared as CacheEntryAttributes Modifier and Type Field Description protected CacheEntryAttributes
JCSCachedTileLoaderJob. attributes
Methods in org.openstreetmap.josm.data.cache that return CacheEntryAttributes Modifier and Type Method Description protected CacheEntryAttributes
JCSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)
Methods in org.openstreetmap.josm.data.cache with parameters of type CacheEntryAttributes Modifier and Type Method Description void
ICachedLoaderListener. loadingFinished(CacheEntry data, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
Will be called when K object processed. -
Uses of CacheEntryAttributes in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery that return CacheEntryAttributes Modifier and Type Method Description protected CacheEntryAttributes
TMSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)
Methods in org.openstreetmap.josm.data.imagery with parameters of type CacheEntryAttributes Modifier and Type Method Description private void
TMSCachedTileLoaderJob. handleError(CacheEntryAttributes attributes)
void
TMSCachedTileLoaderJob. loadingFinished(CacheEntry object, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
-