Uses of Class
org.geotools.tile.TileIdentifier
Packages that use TileIdentifier
Package
Description
-
Uses of TileIdentifier in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return TileIdentifierModifier and TypeMethodDescriptionWMTSTileService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Methods in org.geotools.ows.wmts.client with parameters of type TileIdentifierModifier and TypeMethodDescriptionWMTSTileFactory.create
(TileIdentifier identifier, TileService service) -
Uses of TileIdentifier in org.geotools.tile
Methods in org.geotools.tile that return TileIdentifierModifier and TypeMethodDescriptionabstract TileIdentifier
TileIdentifier.getLowerNeighbour()
abstract TileIdentifier
TileIdentifier.getRightNeighbour()
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 TileIdentifierModifier and TypeMethodDescriptionabstract Tile
TileFactory.create
(TileIdentifier identifier, TileService service) Creates a new tile for the given position using a service.TileService.obtainTile
(TileIdentifier identifier) Check cache for given identifier.Constructors in org.geotools.tile with parameters of type TileIdentifierModifierConstructorDescriptionTile
(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 TileIdentifierModifier and TypeMethodDescriptionstatic ReferencedEnvelope
WebMercatorTileFactory.getExtentFromTileName
(TileIdentifier tileName) -
Uses of TileIdentifier in org.geotools.tile.impl.bing
Subclasses of TileIdentifier in org.geotools.tile.impl.bingModifier and TypeClassDescriptionclass
The TileIdentifier implementation for the BingMaps family.Methods in org.geotools.tile.impl.bing that return TileIdentifierModifier and TypeMethodDescriptionBingService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Constructors in org.geotools.tile.impl.bing with parameters of type TileIdentifier -
Uses of TileIdentifier in org.geotools.tile.impl.osm
Subclasses of TileIdentifier in org.geotools.tile.impl.osmModifier and TypeClassDescriptionclass
The TileIdentifier implementation for the OpenStreetMap family.Methods in org.geotools.tile.impl.osm that return TileIdentifierModifier and TypeMethodDescriptionOSMTileIdentifier.getLowerNeighbour()
OSMTileIdentifier.getRightNeighbour()
OSMService.identifyTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel) Methods in org.geotools.tile.impl.osm with parameters of type TileIdentifierModifier and TypeMethodDescriptionOSMTileFactory.create
(TileIdentifier identifier, TileService service) Constructors in org.geotools.tile.impl.osm with parameters of type TileIdentifier