Uses of Class
org.geotools.tile.TileFactory
- 
Packages that use TileFactory Package Description org.geotools.ows.wmts.client org.geotools.tile org.geotools.tile.impl org.geotools.tile.impl.bing org.geotools.tile.impl.osm 
- 
- 
Uses of TileFactory in org.geotools.ows.wmts.clientSubclasses of TileFactory in org.geotools.ows.wmts.client Modifier and Type Class Description classWMTSTileFactoryImplementation of TileFactory for WMTSMethods in org.geotools.ows.wmts.client that return TileFactory Modifier and Type Method Description TileFactoryWMTSTileService. getTileFactory()
- 
Uses of TileFactory in org.geotools.tileMethods in org.geotools.tile that return TileFactory Modifier and Type Method Description abstract TileFactoryTileService. getTileFactory()Returns the TileFactory which is used to call the method getTileFromCoordinate().
- 
Uses of TileFactory in org.geotools.tile.implSubclasses of TileFactory in org.geotools.tile.impl Modifier and Type Class Description classWebMercatorTileFactoryThe WebMercatorTileFactory is an abstract class that holds some of the tile calculation logic for Mercator-based tile services.
- 
Uses of TileFactory in org.geotools.tile.impl.bingMethods in org.geotools.tile.impl.bing that return TileFactory Modifier and Type Method Description TileFactoryBingService. getTileFactory()Returns the TileFactory which is used to call the method getTileFromCoordinate().
- 
Uses of TileFactory in org.geotools.tile.impl.osmSubclasses of TileFactory in org.geotools.tile.impl.osm Modifier and Type Class Description classOSMTileFactoryThe tile factory implementation for the OpenStreetMap familyMethods in org.geotools.tile.impl.osm that return TileFactory Modifier and Type Method Description TileFactoryOSMService. getTileFactory()
 
-