Uses of Class
nl.bebr.mapviewer.data.AbstractTileFactory
-
Packages that use AbstractTileFactory Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.esri -
-
Uses of AbstractTileFactory in nl.bebr.mapviewer.data
Subclasses of AbstractTileFactory in nl.bebr.mapviewer.data Modifier and Type Class Description classDefaultTileFactory<T,U extends Tile<T>>A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.Methods in nl.bebr.mapviewer.data with parameters of type AbstractTileFactory Modifier and Type Method Description abstract UAbstractTileFactory. createTile(int x, int y, int zoom, String url, AbstractTileFactory<T,U> tileFactory)Constructors in nl.bebr.mapviewer.data with parameters of type AbstractTileFactory Constructor Description TileRunner(AbstractTileFactory<T,U> tileFactory) -
Uses of AbstractTileFactory in nl.bebr.mapviewer.data.bmng
Subclasses of AbstractTileFactory in nl.bebr.mapviewer.data.bmng Modifier and Type Class Description classCylindricalProjectionTileFactory<T,U extends Tile<T>>Methods in nl.bebr.mapviewer.data.bmng with parameters of type AbstractTileFactory Modifier and Type Method Description UCylindricalProjectionTileFactory. createTile(int x, int y, int zoom, String url, AbstractTileFactory<T,U> tileFactory) -
Uses of AbstractTileFactory in nl.bebr.mapviewer.data.cache
Subclasses of AbstractTileFactory 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 AbstractTileFactory in nl.bebr.mapviewer.data.esri
Subclasses of AbstractTileFactory in nl.bebr.mapviewer.data.esri Modifier and Type Class Description classESRITileFactory<T,U extends Tile<T>>Methods in nl.bebr.mapviewer.data.esri with parameters of type AbstractTileFactory Modifier and Type Method Description UESRITileFactory. createTile(int x, int y, int zoom, String url, AbstractTileFactory<T,U> tileFactory)
-