Uses of Class
org.geotools.tile.Tile
-
-
Uses of Tile in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return types with arguments of type Tile Modifier and Type Method Description Set<Tile>
WebMapTileServer. issueRequest(GetTileRequest tileRequest)
Deprecated.- change to tileRequest.getTiles() -
Uses of Tile in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return Tile Modifier and Type Method Description Tile
WMTSTileFactory. create(TileIdentifier identifier, TileService service)
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.Tile
WMTSTileFactory. findUpperLeftTile(double lon, double lat, WMTSZoomLevel zoomLevel, WMTSTileService service)
Find the first valid Upper Left tile for the current layer.Methods in org.geotools.ows.wmts.client that return types with arguments of type Tile Modifier and Type Method Description Set<Tile>
WMTSTileService. findTilesInExtent(ReferencedEnvelope requestedExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles)
Methods in org.geotools.ows.wmts.client with parameters of type Tile Modifier and Type Method Description WMTSTile
WMTSTileFactory. constrainToUpperLeftTile(Tile matrixTile, WMTSZoomLevel zl, WMTSTileService service)
If the tile is outside the limits, take a valid one which can be used to start a loop on.Tile
WMTSTileFactory. findLowerNeighbour(Tile tile, TileService service)
Tile
WMTSTileFactory. findRightNeighbour(Tile tile, TileService service)
BufferedImage
WMTSTileService. loadImageTileImage(Tile tile)
-
Uses of Tile in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map with parameters of type Tile Modifier and Type Method Description protected BufferedImage
WMTSCoverageReader. getTileImage(Tile tile)
protected void
WMTSCoverageReader. renderTile(Tile tile, Graphics2D g2d, double[] points)
Method parameters in org.geotools.ows.wmts.map with type arguments of type Tile Modifier and Type Method Description protected void
WMTSCoverageReader. renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)
-
Uses of Tile in org.geotools.ows.wmts.request
Methods in org.geotools.ows.wmts.request that return types with arguments of type Tile Modifier and Type Method Description Set<Tile>
AbstractGetTileRequest. getTiles()
Compute the set of tiles needed to generate the image.Set<Tile>
GetTileRequest. getTiles()
-
Uses of Tile in org.geotools.tile
Methods in org.geotools.tile that return Tile Modifier and Type Method Description abstract Tile
TileFactory. create(TileIdentifier identifier, TileService service)
Creates a new tile for the given position using a service.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.Tile
TileService. obtainTile(TileIdentifier identifier)
Check cache for given identifier.Methods in org.geotools.tile that return types with arguments of type Tile Modifier and Type Method Description Set<Tile>
TileService. findTilesInExtent(ReferencedEnvelope _mapExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles)
Methods in org.geotools.tile with parameters of type Tile Modifier and Type Method Description void
TileStateChangedListener. contextStateChanged(Tile tile)
Called when the context state of a tile has changed.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.BufferedImage
ImageLoader. loadImageTileImage(Tile tile)
Loads an image for the given tile.BufferedImage
Tile. loadImageTileImage(Tile tile)
Implementation of ImageLoader.BufferedImage
TileService. loadImageTileImage(Tile tile)
Fetches the image from url given by tile.void
TileStateChangedListener. renderStateChanged(Tile tile)
Called when the render state of a tile has changed.void
TileStateChangedListener. screenStateChanged(Tile tile)
Called when the screen state of a tile has changed.void
TileStateChangedListener. validationStateChanged(Tile tile)
Called when the validation state of a tile has changed. -
Uses of Tile in org.geotools.tile.impl.bing
Subclasses of Tile in org.geotools.tile.impl.bing Modifier and Type Class Description class
BingTile
The BingTile, for the Bing Maps family -
Uses of Tile in org.geotools.tile.impl.osm
Subclasses of Tile in org.geotools.tile.impl.osm Modifier and Type Class Description class
OSMTile
The tile implementation for the OpenStreetMap familyMethods in org.geotools.tile.impl.osm that return Tile Modifier and Type Method Description Tile
OSMTileFactory. create(TileIdentifier identifier, TileService service)
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)
Methods in org.geotools.tile.impl.osm with parameters of type Tile Modifier and Type Method Description Tile
OSMTileFactory. findLowerNeighbour(Tile tile, TileService service)
Tile
OSMTileFactory. findRightNeighbour(Tile tile, TileService service)
-
Uses of Tile in org.geotools.tile.util
Methods in org.geotools.tile.util with parameters of type Tile Modifier and Type Method Description protected BufferedImage
TileLayer. getTileImage(Tile tile)
BufferedImage
CachedImageLoader. loadImageTileImage(Tile tile)
protected void
AsyncTileLayer. renderTile(Tile tile, Graphics2D g2d, double[] points)
protected void
TileLayer. renderTile(Tile tile, Graphics2D g2d, double[] points)
Method parameters in org.geotools.tile.util with type arguments of type Tile Modifier and Type Method Description protected void
AsyncTileLayer. localRenderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)
protected void
AsyncTileLayer. renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)
protected void
TileLayer. renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)
-