Uses of Class
org.geotools.tile.TileService
Packages that use TileService
Package
Description
-
Uses of TileService in org.geotools.ows.wmts.client
Subclasses of TileService in org.geotools.ows.wmts.clientModifier and TypeClassDescriptionclassA tile service for a single matrix set of a WMTS servers.Methods in org.geotools.ows.wmts.client with parameters of type TileServiceModifier and TypeMethodDescriptionWMTSTileFactory.create(TileIdentifier identifier, TileService service) WMTSTileFactory.findLowerNeighbour(Tile tile, TileService service) WMTSTileFactory.findRightNeighbour(Tile tile, TileService service) WMTSTileFactory.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.tile
Fields in org.geotools.tile declared as TileServiceMethods in org.geotools.tile with parameters of type TileServiceModifier and TypeMethodDescriptionabstract 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 TileServiceModifierConstructorDescriptionTile(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.implModifier and TypeClassDescriptionclassThe 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 TileServiceModifier and TypeMethodDescriptiondoubleScaleZoomLevelMatcher.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.WebMercatorTileFactory.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.bing
Subclasses of TileService in org.geotools.tile.impl.bingConstructors in org.geotools.tile.impl.bing with parameters of type TileServiceModifierConstructorDescriptionBingTile(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.osmMethods in org.geotools.tile.impl.osm with parameters of type TileServiceModifier and TypeMethodDescriptionOSMTileFactory.create(TileIdentifier identifier, TileService service) OSMTileFactory.findLowerNeighbour(Tile tile, TileService service) OSMTileFactory.findRightNeighbour(Tile tile, TileService service) OSMTileFactory.findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service) Constructors in org.geotools.tile.impl.osm with parameters of type TileServiceModifierConstructorDescriptionOSMTile(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