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 |
---|---|
TileIdentifier |
WMTSTileService.identifyTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel) |
Modifier and Type | Method and Description |
---|---|
Tile |
WMTSTileFactory.create(TileIdentifier identifier,
TileService service) |
Modifier and Type | Method and Description |
---|---|
abstract TileIdentifier |
TileIdentifier.getLowerNeighbour() |
abstract TileIdentifier |
TileIdentifier.getRightNeighbour() |
TileIdentifier |
Tile.getTileIdentifier()
Diese Methode wird verwendet um...
|
abstract TileIdentifier |
TileService.identifyTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel)
Returns tile identifier for the tile at the given coordinate
|
Modifier and Type | Method and Description |
---|---|
abstract Tile |
TileFactory.create(TileIdentifier identifier,
TileService service)
Creates a new tile for the given position using a service.
|
Tile |
TileService.obtainTile(TileIdentifier identifier)
Check cache for given identifier.
|
Constructor and Description |
---|
Tile(TileIdentifier tileId,
ReferencedEnvelope env,
int tileSize)
Creates a tile for the identity given by tileId.
|
Tile(TileIdentifier tileId,
ReferencedEnvelope env,
int tileSize,
TileService service)
Creates a new tile.
|
Modifier and Type | Method and Description |
---|---|
static ReferencedEnvelope |
WebMercatorTileFactory.getExtentFromTileName(TileIdentifier tileName) |
Modifier and Type | Class and Description |
---|---|
class |
BingTileIdentifier
The TileIdentifier implementation for the BingMaps family.
|
Modifier and Type | Method and Description |
---|---|
TileIdentifier |
BingService.identifyTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel) |
Constructor and Description |
---|
BingTile(TileIdentifier tileName,
TileService service) |
Modifier and Type | Class and Description |
---|---|
class |
OSMTileIdentifier
The TileIdentifier implementation for the OpenStreetMap family.
|
Modifier and Type | Method and Description |
---|---|
TileIdentifier |
OSMTileIdentifier.getLowerNeighbour() |
TileIdentifier |
OSMTileIdentifier.getRightNeighbour() |
TileIdentifier |
OSMService.identifyTileAtCoordinate(double lon,
double lat,
ZoomLevel zoomLevel) |
Modifier and Type | Method and Description |
---|---|
Tile |
OSMTileFactory.create(TileIdentifier identifier,
TileService service) |
Constructor and Description |
---|
OSMTile(TileIdentifier tileName,
TileService service) |
Copyright © 1996–2022 Geotools. All rights reserved.