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.client
Subclasses of TileService in org.geotools.ows.wmts.client Modifier and Type Class Description class
WMTSTileService
A 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 Tile
WMTSTileFactory. create(TileIdentifier identifier, TileService service)
Tile
WMTSTileFactory. findLowerNeighbour(Tile tile, TileService service)
Tile
WMTSTileFactory. findRightNeighbour(Tile tile, TileService service)
Tile
WMTSTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)
Return a tile with the proper row and column indexes.static ReferencedEnvelope
WMTSTileFactory. getExtentFromTileName(WMTSTileIdentifier tileIdentifier, TileService service)
WMTSZoomLevel
WMTSTileFactory. getZoomLevel(int zoomLevel, TileService service)
-
Uses of TileService in org.geotools.tile
Fields in org.geotools.tile declared as TileService Modifier and Type Field Description protected TileService
Tile. service
The initiating serviceMethods in org.geotools.tile with parameters of type TileService Modifier and Type Method Description abstract Tile
TileFactory. create(TileIdentifier identifier, TileService service)
Creates a new tile for the given position using a service.abstract Tile
TileFactory. 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 Tile
TileFactory. 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 Tile
TileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)
Finds the tile for a service at the given position and zoom level.abstract ZoomLevel
TileFactory. 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.impl
Subclasses of TileService in org.geotools.tile.impl Modifier and Type Class Description class
WebMercatorTileService
The 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 double
ScaleZoomLevelMatcher. getOptimumScaleFromZoomLevel(int zoomLevel, TileService wmtSource)
double
ScaleZoomLevelMatcher. 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.ZoomLevel
WebMercatorTileFactory. getZoomLevel(int zoomLevel, TileService wmtSource)
int
ScaleZoomLevelMatcher. 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.bing
Subclasses of TileService in org.geotools.tile.impl.bing Modifier and Type Class Description class
BingService
The 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.osm
Subclasses of TileService in org.geotools.tile.impl.osm Modifier and Type Class Description class
OSMService
The tile service for the OpenStreetMap family.Methods in org.geotools.tile.impl.osm with parameters of type TileService Modifier and Type Method Description Tile
OSMTileFactory. create(TileIdentifier identifier, TileService service)
Tile
OSMTileFactory. findLowerNeighbour(Tile tile, TileService service)
Tile
OSMTileFactory. findRightNeighbour(Tile tile, TileService service)
Tile
OSMTileFactory. 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.util
Constructors in org.geotools.tile.util with parameters of type TileService Constructor Description AsyncTileLayer(TileService service)
TileLayer(TileService service)
-