Uses of Class
org.geotools.tile.TileService
- 
Packages that use TileService Package Description org.geotools.ows.wmts.client org.geotools.tile org.geotools.tile.impl org.geotools.tile.impl.bing org.geotools.tile.impl.osm org.geotools.tile.util 
- 
- 
Uses of TileService in org.geotools.ows.wmts.clientSubclasses of TileService in org.geotools.ows.wmts.client Modifier and Type Class Description classWMTSTileServiceA tile service for a single matrix set of a WMTS servers.Methods in org.geotools.ows.wmts.client with parameters of type TileService Modifier and Type Method Description TileWMTSTileFactory. create(TileIdentifier identifier, TileService service)TileWMTSTileFactory. findLowerNeighbour(Tile tile, TileService service)TileWMTSTileFactory. findRightNeighbour(Tile tile, TileService service)TileWMTSTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)Return a tile with the proper row and column indexes.static ReferencedEnvelopeWMTSTileFactory. getExtentFromTileName(WMTSTileIdentifier tileIdentifier, TileService service)WMTSZoomLevelWMTSTileFactory. getZoomLevel(int zoomLevel, TileService service)
- 
Uses of TileService in org.geotools.tileFields in org.geotools.tile declared as TileService Modifier and Type Field Description protected TileServiceTile. serviceThe initiating serviceMethods in org.geotools.tile with parameters of type TileService Modifier and Type Method Description abstract TileTileFactory. create(TileIdentifier identifier, TileService service)Creates a new tile for the given position using a service.abstract TileTileFactory. findLowerNeighbour(Tile tile, TileService service)Finds the tile for a service at the given position and zoom level, which is immediately below the the passed tile.abstract TileTileFactory. findRightNeighbour(Tile tile, TileService service)Finds the tile for a service at the given position and zoom level, which is immediately to the right of the passed tile.abstract TileTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)Finds the tile for a service at the given position and zoom level.abstract ZoomLevelTileFactory. getZoomLevel(int zoomLevel, TileService service)Gets the ZoomLevel (object) for a given zoom level integer.Constructors in org.geotools.tile with parameters of type TileService Constructor Description Tile(TileIdentifier tileId, ReferencedEnvelope env, int tileSize, TileService service)Creates a new tile.
- 
Uses of TileService in org.geotools.tile.implSubclasses of TileService in org.geotools.tile.impl Modifier and Type Class Description classWebMercatorTileServiceThe WebMercatorTileService is an abstract class that holds some of the tile service logic for Mercator-based tile services.Methods in org.geotools.tile.impl with parameters of type TileService Modifier and Type Method Description doubleScaleZoomLevelMatcher. getOptimumScaleFromZoomLevel(int zoomLevel, TileService wmtSource)doubleScaleZoomLevelMatcher. getOptimumScaleFromZoomLevel(int zoomLevel, TileService service, double[] tempScaleList)Calculates the "best" scale for a given zoom-level by calculating the scale for a tile in the center of the map-extent and by taking the mapCrs in account.ZoomLevelWebMercatorTileFactory. getZoomLevel(int zoomLevel, TileService wmtSource)intScaleZoomLevelMatcher. getZoomLevelFromScale(TileService service, double[] tempScaleList)Finds out the best fitting zoom-level for a given map-scale.
- 
Uses of TileService in org.geotools.tile.impl.bingSubclasses of TileService in org.geotools.tile.impl.bing Modifier and Type Class Description classBingServiceThe Bing tile service.Constructors in org.geotools.tile.impl.bing with parameters of type TileService Constructor Description BingTile(int x, int y, ZoomLevel zoomLevel, TileService service)Creates a new BingTile.BingTile(TileIdentifier tileName, TileService service)
- 
Uses of TileService in org.geotools.tile.impl.osmSubclasses of TileService in org.geotools.tile.impl.osm Modifier and Type Class Description classOSMServiceThe tile service for the OpenStreetMap family.Methods in org.geotools.tile.impl.osm with parameters of type TileService Modifier and Type Method Description TileOSMTileFactory. create(TileIdentifier identifier, TileService service)TileOSMTileFactory. findLowerNeighbour(Tile tile, TileService service)TileOSMTileFactory. findRightNeighbour(Tile tile, TileService service)TileOSMTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)Constructors in org.geotools.tile.impl.osm with parameters of type TileService Constructor Description OSMTile(int x, int y, ZoomLevel zoomLevel, TileService service)OSMTile(TileIdentifier tileName, TileService service)
- 
Uses of TileService in org.geotools.tile.utilConstructors in org.geotools.tile.util with parameters of type TileService Constructor Description AsyncTileLayer(TileService service)TileLayer(TileService service)
 
-