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.client
Subclasses of TileFactory in org.geotools.ows.wmts.client Modifier and Type Class Description class
WMTSTileFactory
Implementation of TileFactory for WMTSMethods in org.geotools.ows.wmts.client that return TileFactory Modifier and Type Method Description TileFactory
WMTSTileService. getTileFactory()
-
Uses of TileFactory in org.geotools.tile
Methods in org.geotools.tile that return TileFactory Modifier and Type Method Description abstract TileFactory
TileService. getTileFactory()
Returns the TileFactory which is used to call the method getTileFromCoordinate(). -
Uses of TileFactory in org.geotools.tile.impl
Subclasses of TileFactory in org.geotools.tile.impl Modifier and Type Class Description class
WebMercatorTileFactory
The 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.bing
Methods in org.geotools.tile.impl.bing that return TileFactory Modifier and Type Method Description TileFactory
BingService. getTileFactory()
Returns the TileFactory which is used to call the method getTileFromCoordinate(). -
Uses of TileFactory in org.geotools.tile.impl.osm
Subclasses of TileFactory in org.geotools.tile.impl.osm Modifier and Type Class Description class
OSMTileFactory
The tile factory implementation for the OpenStreetMap familyMethods in org.geotools.tile.impl.osm that return TileFactory Modifier and Type Method Description TileFactory
OSMService. getTileFactory()
-