Uses of Class
org.geotools.tile.impl.ZoomLevel
Packages that use ZoomLevel
Package
Description
-
Uses of ZoomLevel in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client with parameters of type ZoomLevelModifier and TypeMethodDescriptionWMTSTileFactory.findTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel, TileService service) Return a tile with the proper row and column indexes.WMTSTileService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) -
Uses of ZoomLevel in org.geotools.tile
Methods in org.geotools.tile that return ZoomLevelModifier and TypeMethodDescriptionabstract ZoomLevel
TileFactory.getZoomLevel
(int zoomLevel, TileService service) Gets the ZoomLevel (object) for a given zoom level integer.TileIdentifier.getZoomLevel()
Gets the row value of a tile.Methods in org.geotools.tile with parameters of type ZoomLevelModifier and TypeMethodDescriptionabstract 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 TileIdentifier
TileService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Returns tile identifier for the tile at the given coordinateConstructors in org.geotools.tile with parameters of type ZoomLevelModifierConstructorDescriptionTileIdentifier
(int x, int y, ZoomLevel zoomLevel, String serviceName) -
Uses of ZoomLevel in org.geotools.tile.impl
Subclasses of ZoomLevel in org.geotools.tile.implModifier and TypeClassDescriptionclass
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 that return ZoomLevelModifier and TypeMethodDescriptionWebMercatorTileFactory.getZoomLevel
(int zoomLevel, TileService wmtSource) -
Uses of ZoomLevel in org.geotools.tile.impl.bing
Methods in org.geotools.tile.impl.bing with parameters of type ZoomLevelModifier and TypeMethodDescriptionBingService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Constructors in org.geotools.tile.impl.bing with parameters of type ZoomLevelModifierConstructorDescriptionBingTile
(int x, int y, ZoomLevel zoomLevel, TileService service) Creates a new BingTile.BingTileIdentifier
(int x, int y, ZoomLevel zoomLevel, String serviceName) Creates a new BingTileIdentifier. -
Uses of ZoomLevel in org.geotools.tile.impl.osm
Methods in org.geotools.tile.impl.osm with parameters of type ZoomLevelModifier and TypeMethodDescriptionOSMTileFactory.findTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel, TileService service) OSMService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Constructors in org.geotools.tile.impl.osm with parameters of type ZoomLevelModifierConstructorDescriptionOSMTile
(int x, int y, ZoomLevel zoomLevel, TileService service) OSMTileIdentifier
(int x, int y, ZoomLevel zoomLevel, String serviceName)