Uses of Class
nl.bebr.mapviewer.data.TileCache
-
Packages that use TileCache Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.esri -
-
Uses of TileCache in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data that return TileCache Modifier and Type Method Description abstract TileCache<T>AbstractTileFactory. createTileCache()TileCache<T>AbstractTileFactory. getTileCache()Methods in nl.bebr.mapviewer.data with parameters of type TileCache Modifier and Type Method Description voidAbstractTileFactory. setTileCache(TileCache<T> cache) -
Uses of TileCache in nl.bebr.mapviewer.data.bmng
Methods in nl.bebr.mapviewer.data.bmng that return TileCache Modifier and Type Method Description TileCache<T>CylindricalProjectionTileFactory. createTileCache() -
Uses of TileCache in nl.bebr.mapviewer.data.esri
Methods in nl.bebr.mapviewer.data.esri that return TileCache Modifier and Type Method Description TileCache<T>ESRITileFactory. createTileCache()
-