Uses of Class
org.geotools.tile.TileIdentifier
-
Packages that use TileIdentifier 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 TileIdentifier in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return TileIdentifier Modifier and Type Method Description TileIdentifier
WMTSTileService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
Methods in org.geotools.ows.wmts.client with parameters of type TileIdentifier Modifier and Type Method Description Tile
WMTSTileFactory. create(TileIdentifier identifier, TileService service)
-
Uses of TileIdentifier in org.geotools.tile
Methods in org.geotools.tile that return TileIdentifier Modifier and Type Method 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 coordinateMethods in org.geotools.tile with parameters of type TileIdentifier Modifier and Type Method 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.Constructors in org.geotools.tile with parameters of type TileIdentifier Constructor 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. -
Uses of TileIdentifier in org.geotools.tile.impl
Methods in org.geotools.tile.impl with parameters of type TileIdentifier Modifier and Type Method Description static ReferencedEnvelope
WebMercatorTileFactory. getExtentFromTileName(TileIdentifier tileName)
-
Uses of TileIdentifier in org.geotools.tile.impl.bing
Subclasses of TileIdentifier in org.geotools.tile.impl.bing Modifier and Type Class Description class
BingTileIdentifier
The TileIdentifier implementation for the BingMaps family.Methods in org.geotools.tile.impl.bing that return TileIdentifier 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 TileIdentifier Constructor Description BingTile(TileIdentifier tileName, TileService service)
-
Uses of TileIdentifier in org.geotools.tile.impl.osm
Subclasses of TileIdentifier in org.geotools.tile.impl.osm Modifier and Type Class Description class
OSMTileIdentifier
The TileIdentifier implementation for the OpenStreetMap family.Methods in org.geotools.tile.impl.osm that return TileIdentifier Modifier and Type Method Description TileIdentifier
OSMTileIdentifier. getLowerNeighbour()
TileIdentifier
OSMTileIdentifier. getRightNeighbour()
TileIdentifier
OSMService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)
Methods in org.geotools.tile.impl.osm with parameters of type TileIdentifier Modifier and Type Method Description Tile
OSMTileFactory. create(TileIdentifier identifier, TileService service)
Constructors in org.geotools.tile.impl.osm with parameters of type TileIdentifier Constructor Description OSMTile(TileIdentifier tileName, TileService service)
-