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.clientMethods in org.geotools.ows.wmts.client that return TileIdentifier Modifier and Type Method Description TileIdentifierWMTSTileService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)Methods in org.geotools.ows.wmts.client with parameters of type TileIdentifier Modifier and Type Method Description TileWMTSTileFactory. create(TileIdentifier identifier, TileService service)
- 
Uses of TileIdentifier in org.geotools.tileMethods in org.geotools.tile that return TileIdentifier Modifier and Type Method Description abstract TileIdentifierTileIdentifier. getLowerNeighbour()abstract TileIdentifierTileIdentifier. getRightNeighbour()TileIdentifierTile. getTileIdentifier()Diese Methode wird verwendet um...abstract TileIdentifierTileService. 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 TileTileFactory. create(TileIdentifier identifier, TileService service)Creates a new tile for the given position using a service.TileTileService. 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.implMethods in org.geotools.tile.impl with parameters of type TileIdentifier Modifier and Type Method Description static ReferencedEnvelopeWebMercatorTileFactory. getExtentFromTileName(TileIdentifier tileName)
- 
Uses of TileIdentifier in org.geotools.tile.impl.bingSubclasses of TileIdentifier in org.geotools.tile.impl.bing Modifier and Type Class Description classBingTileIdentifierThe TileIdentifier implementation for the BingMaps family.Methods in org.geotools.tile.impl.bing that return TileIdentifier Modifier and Type Method Description TileIdentifierBingService. 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.osmSubclasses of TileIdentifier in org.geotools.tile.impl.osm Modifier and Type Class Description classOSMTileIdentifierThe TileIdentifier implementation for the OpenStreetMap family.Methods in org.geotools.tile.impl.osm that return TileIdentifier Modifier and Type Method Description TileIdentifierOSMTileIdentifier. getLowerNeighbour()TileIdentifierOSMTileIdentifier. getRightNeighbour()TileIdentifierOSMService. identifyTileAtCoordinate(double lon, double lat, ZoomLevel zoomLevel)Methods in org.geotools.tile.impl.osm with parameters of type TileIdentifier Modifier and Type Method Description TileOSMTileFactory. create(TileIdentifier identifier, TileService service)Constructors in org.geotools.tile.impl.osm with parameters of type TileIdentifier Constructor Description OSMTile(TileIdentifier tileName, TileService service)
 
-