Uses of Class
org.geotools.tile.impl.ZoomLevel
-
Packages that use ZoomLevel 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 ZoomLevel in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client with parameters of type ZoomLevel Modifier and Type Method Description Tile
WMTSTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)
Return a tile with the proper row and column indexes.TileIdentifier
WMTSTileService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
-
Uses of ZoomLevel in org.geotools.tile
Methods in org.geotools.tile that return ZoomLevel Modifier and Type Method Description abstract ZoomLevel
TileFactory. getZoomLevel(int zoomLevel, TileService service)
Gets the ZoomLevel (object) for a given zoom level integer.ZoomLevel
TileIdentifier. getZoomLevel()
Gets the row value of a tile.Methods in org.geotools.tile with parameters of type ZoomLevel Modifier and Type Method Description 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 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 ZoomLevel Constructor Description TileIdentifier(int x, int y, ZoomLevel zoomLevel, String serviceName)
-
Uses of ZoomLevel in org.geotools.tile.impl
Subclasses of ZoomLevel in org.geotools.tile.impl Modifier and Type Class Description class
WebMercatorZoomLevel
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 ZoomLevel Modifier and Type Method Description ZoomLevel
WebMercatorTileFactory. 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 ZoomLevel Modifier and Type Method Description TileIdentifier
BingService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
Constructors in org.geotools.tile.impl.bing with parameters of type ZoomLevel Constructor Description BingTile(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 ZoomLevel Modifier and Type Method Description Tile
OSMTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)
TileIdentifier
OSMService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
Constructors in org.geotools.tile.impl.osm with parameters of type ZoomLevel Constructor Description OSMTile(int x, int y, ZoomLevel zoomLevel, TileService service)
OSMTileIdentifier(int x, int y, ZoomLevel zoomLevel, String serviceName)
-