Package | Description |
---|---|
org.geotools.ows.wmts.client | |
org.geotools.tile | |
org.geotools.tile.impl | |
org.geotools.tile.impl.bing | |
org.geotools.tile.impl.osm |
Modifier and Type | Method and Description |
---|---|
Tile |
WMTSTileFactory.findTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel,
TileService service)
Return a tile with the proper row and column indexes.
|
Modifier and Type | Method and Description |
---|---|
ZoomLevel |
TileIdentifier.getZoomLevel()
Gets the row value of a tile.
|
abstract ZoomLevel |
TileFactory.getZoomLevel(int zoomLevel,
TileService service)
Gets the ZoomLevel (object) for a given zoom level integer.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TileIdentifier(int x,
int y,
ZoomLevel zoomLevel,
String serviceName) |
Modifier and Type | Class and Description |
---|---|
class |
WebMercatorZoomLevel
The WebMercatorTileService is an abstract class that holds some of the tile service logic for
Mercator-based tile services.
|
Modifier and Type | Method and Description |
---|---|
ZoomLevel |
WebMercatorTileFactory.getZoomLevel(int zoomLevel,
TileService wmtSource) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Tile |
OSMTileFactory.findTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel,
TileService service) |
Constructor and Description |
---|
OSMTile(int x,
int y,
ZoomLevel zoomLevel,
TileService service) |
OSMTileIdentifier(int x,
int y,
ZoomLevel zoomLevel,
String serviceName) |
Copyright © 1996–2019 Geotools. All rights reserved.