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 withJMapViewerclasses. -
-
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 CacheEntryAttributesJCSCachedTileLoaderJob. attributesMethods in org.openstreetmap.josm.data.cache that return CacheEntryAttributes Modifier and Type Method Description protected CacheEntryAttributesJCSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)Methods in org.openstreetmap.josm.data.cache with parameters of type CacheEntryAttributes Modifier and Type Method Description voidICachedLoaderListener. 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 CacheEntryAttributesTMSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)Methods in org.openstreetmap.josm.data.imagery with parameters of type CacheEntryAttributes Modifier and Type Method Description private voidTMSCachedTileLoaderJob. handleError(CacheEntryAttributes attributes)voidTMSCachedTileLoaderJob. loadingFinished(CacheEntry object, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
-