Uses of Class
nl.bebr.mapviewer.data.cache.TileCacheInfo
-
Packages that use TileCacheInfo Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.cache.spi nl.bebr.mapviewer.data.tilefactory -
-
Uses of TileCacheInfo in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data that return TileCacheInfo Modifier and Type Method Description TileCacheInfoTileFactoryInfo. getCacheInfo(URI uri)TranslatesURIto -
Uses of TileCacheInfo in nl.bebr.mapviewer.data.cache
Methods in nl.bebr.mapviewer.data.cache with parameters of type TileCacheInfo Modifier and Type Method Description booleanTileService. contains(TileCacheInfo tileCacheInfo)Is tile, defined by param, provided by this service?TTileRepository. getTile(TileCacheInfo tileCacheInfo)Gets image for given tile defined by itsTileCacheInfoTTileService. getTile(TileCacheInfo tileCacheInfo)Get tile imageprotected abstract TOfflineTileRunner. readTileFromRepository(TileCacheInfo info)voidTileRepository. writeTile(TileCacheInfo tileCacheInfo, T image)Persists image for tile defined by itsTileCacheInfovoidWritableTileService. writeTile(TileCacheInfo tileCacheInfo, T image) -
Uses of TileCacheInfo in nl.bebr.mapviewer.data.cache.spi
Methods in nl.bebr.mapviewer.data.cache.spi with parameters of type TileCacheInfo Modifier and Type Method Description booleanAbstractTileService. contains(TileCacheInfo tileCacheInfo)TAbstractTileService. getTile(TileCacheInfo tileCacheInfo)protected org.openide.filesystems.FileObjectAbstractTileService. getTileFile(TileCacheInfo tileCacheInfo, boolean createMissing)protected org.openide.filesystems.FileObjectAbstractTileService. getZoomFolder(TileCacheInfo tileCacheInfo, boolean createMissing)booleanCacheManager. isCached(TileCacheInfo tileCacheInfo)Method to check, if image exists for tile defined by its coordinates and zoom level.abstract TAbstractTileService. readImage(TileCacheInfo tileCacheInfo)Reads image for givenTileCacheInfoabstract voidAbstractTileService. writeImage(TileCacheInfo tileCacheInfo, T image)Stores image for givenTileCacheInfovoidAbstractTileService. writeTile(TileCacheInfo tileCacheInfo, T image) -
Uses of TileCacheInfo in nl.bebr.mapviewer.data.tilefactory
Methods in nl.bebr.mapviewer.data.tilefactory that return TileCacheInfo Modifier and Type Method Description TileCacheInfoVirtualEarthTileFactoryInfo. getCacheInfo(URI uri)
-