Package | Description |
---|---|
org.geotools.ows.wmts.client | |
org.geotools.tile | |
org.geotools.tile.impl | |
org.geotools.tile.impl.bing | |
org.geotools.tile.impl.osm | |
org.geotools.tile.util |
Modifier and Type | Class and Description |
---|---|
class |
WMTSTileService
A tile service for WMTS servers.
|
Modifier and Type | Method and Description |
---|---|
Tile |
WMTSTileFactory.findLowerNeighbour(Tile tile,
TileService service) |
Tile |
WMTSTileFactory.findRightNeighbour(Tile tile,
TileService service) |
Tile |
WMTSTileFactory.findTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel,
TileService service)
Return a tile with the proper row and column indexes.
|
static ReferencedEnvelope |
WMTSTileFactory.getExtentFromTileName(WMTSTileIdentifier tileIdentifier,
TileService service) |
WMTSZoomLevel |
WMTSTileFactory.getZoomLevel(int zoomLevel,
TileService service) |
Modifier and Type | Method and Description |
---|---|
abstract Tile |
TileFactory.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 Tile |
TileFactory.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 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 ZoomLevel |
TileFactory.getZoomLevel(int zoomLevel,
TileService service)
Gets the ZoomLevel (object) for a given zoom level integer.
|
Modifier and Type | Class and Description |
---|---|
class |
WebMercatorTileService
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 |
---|---|
static ScaleZoomLevelMatcher |
ScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope mapExtentMapCrs,
double scale,
TileService wmtSource)
Deprecated.
is wmtSource.getTileCrs() really meaningful?
|
double |
ScaleZoomLevelMatcher.getOptimumScaleFromZoomLevel(int zoomLevel,
TileService wmtSource) |
double |
ScaleZoomLevelMatcher.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.
|
ZoomLevel |
WebMercatorTileFactory.getZoomLevel(int zoomLevel,
TileService wmtSource) |
int |
ScaleZoomLevelMatcher.getZoomLevelFromScale(TileService service,
double[] tempScaleList)
Finds out the best fitting zoom-level for a given map-scale.
|
Modifier and Type | Class and Description |
---|---|
class |
BingService
The Bing tile service.
|
Constructor and Description |
---|
BingTile(int x,
int y,
ZoomLevel zoomLevel,
TileService service)
Creates a new BingTile.
|
BingTile(TileIdentifier tileName,
TileService service) |
Modifier and Type | Class and Description |
---|---|
class |
OSMService
The tile service for the OpenStreetMap family.
|
Modifier and Type | Method and Description |
---|---|
Tile |
OSMTileFactory.findLowerNeighbour(Tile tile,
TileService service) |
Tile |
OSMTileFactory.findRightNeighbour(Tile tile,
TileService service) |
Tile |
OSMTileFactory.findTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel,
TileService service) |
Constructor and Description |
---|
OSMTile(int x,
int y,
ZoomLevel zoomLevel,
TileService service) |
OSMTile(TileIdentifier tileName,
TileService service) |
Constructor and Description |
---|
AsyncTileLayer(TileService service) |
TileLayer(TileService service) |
Copyright © 1996–2019 Geotools. All rights reserved.