Uses of Class
nl.bebr.mapviewer.data.TileFactory
-
Packages that use TileFactory Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.esri -
-
Uses of TileFactory in nl.bebr.mapviewer.data
Subclasses of TileFactory in nl.bebr.mapviewer.data Modifier and Type Class Description classAbstractTileFactory<T,U extends Tile<T>>TheAbstractTileFactoryprovides a basic implementation for the TileFactory.classDefaultTileFactory<T,U extends Tile<T>>A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.Fields in nl.bebr.mapviewer.data declared as TileFactory Modifier and Type Field Description protected TileFactory<T,Tile<T>>Tile. tileFactoryMethods in nl.bebr.mapviewer.data that return TileFactory Modifier and Type Method Description TileFactory<T,U>AbstractMapViewer. getTileFactory()GetsTileFactoryTileFactory<T,U>MapViewer. getTileFactory()Methods in nl.bebr.mapviewer.data with parameters of type TileFactory Modifier and Type Method Description voidAbstractMapViewer. setTileFactory(TileFactory<T,U> factory)Set the current tile factoryConstructors in nl.bebr.mapviewer.data with parameters of type TileFactory Constructor Description Tile(int x, int y, int zoom, String url, Tile.Priority priority, TileFactory<T,Tile<T>> tileFactory)Create a new Tile that loads its data from the given URL.Tile(int x, int y, int zoom, String url, TileFactory<T,Tile<T>> tileFactory) -
Uses of TileFactory in nl.bebr.mapviewer.data.bmng
Subclasses of TileFactory in nl.bebr.mapviewer.data.bmng Modifier and Type Class Description classCylindricalProjectionTileFactory<T,U extends Tile<T>> -
Uses of TileFactory in nl.bebr.mapviewer.data.cache
Subclasses of TileFactory in nl.bebr.mapviewer.data.cache Modifier and Type Class Description classOfflineTileFactory<T>Copied some code from AbstractTileFactory, so I can use own TileRunner, which does all the reading and writing to the cache -
Uses of TileFactory in nl.bebr.mapviewer.data.esri
Subclasses of TileFactory in nl.bebr.mapviewer.data.esri Modifier and Type Class Description classESRITileFactory<T,U extends Tile<T>>
-