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.clientMethods in org.geotools.ows.wmts.client with parameters of type ZoomLevel Modifier and Type Method Description TileWMTSTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)Return a tile with the proper row and column indexes.TileIdentifierWMTSTileService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
- 
Uses of ZoomLevel in org.geotools.tileMethods in org.geotools.tile that return ZoomLevel Modifier and Type Method Description abstract ZoomLevelTileFactory. getZoomLevel(int zoomLevel, TileService service)Gets the ZoomLevel (object) for a given zoom level integer.ZoomLevelTileIdentifier. getZoomLevel()Gets the row value of a tile.Methods in org.geotools.tile with parameters of type ZoomLevel Modifier and Type Method Description 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 TileIdentifierTileService. 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.implSubclasses of ZoomLevel in org.geotools.tile.impl Modifier and Type Class Description classWebMercatorZoomLevelThe 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 ZoomLevelWebMercatorTileFactory. getZoomLevel(int zoomLevel, TileService wmtSource)
- 
Uses of ZoomLevel in org.geotools.tile.impl.bingMethods in org.geotools.tile.impl.bing with parameters of type ZoomLevel Modifier and Type Method Description TileIdentifierBingService. 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.osmMethods in org.geotools.tile.impl.osm with parameters of type ZoomLevel Modifier and Type Method Description TileOSMTileFactory. findTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel, TileService service)TileIdentifierOSMService. 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)
 
-