Uses of Class
org.geotools.tile.Tile
Packages that use Tile
Package
Description
-
Uses of Tile in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return types with arguments of type TileModifier and TypeMethodDescriptionWebMapTileServer.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 TileModifier and TypeMethodDescriptionWMTSTileFactory.create
(TileIdentifier identifier, TileService service) WMTSTileFactory.findLowerNeighbour
(Tile tile, TileService service) WMTSTileFactory.findRightNeighbour
(Tile tile, TileService service) WMTSTileFactory.findTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel, TileService service) Return a tile with the proper row and column indexes.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 TileModifier and TypeMethodDescriptionWMTSTileService.findTilesInExtent
(ReferencedEnvelope requestedExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles) Methods in org.geotools.ows.wmts.client with parameters of type TileModifier and TypeMethodDescriptionWMTSTile
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.WMTSTileFactory.findLowerNeighbour
(Tile tile, TileService service) WMTSTileFactory.findRightNeighbour
(Tile tile, TileService service) WMTSTileService.loadImageTileImage
(Tile tile) -
Uses of Tile in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map with parameters of type TileModifier and TypeMethodDescriptionprotected 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 TileModifier and TypeMethodDescriptionprotected 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 -
Uses of Tile in org.geotools.tile
Methods in org.geotools.tile that return TileModifier and TypeMethodDescriptionabstract 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.TileService.obtainTile
(TileIdentifier identifier) Check cache for given identifier.Methods in org.geotools.tile that return types with arguments of type TileModifier and TypeMethodDescriptionTileService.findTilesInExtent
(ReferencedEnvelope _mapExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles) Methods in org.geotools.tile with parameters of type TileModifier and TypeMethodDescriptionvoid
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.ImageLoader.loadImageTileImage
(Tile tile) Loads an image for the given tile.Tile.loadImageTileImage
(Tile tile) Implementation of ImageLoader.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 -
Uses of Tile in org.geotools.tile.impl.osm
Subclasses of Tile in org.geotools.tile.impl.osmModifier and TypeClassDescriptionclass
The tile implementation for the OpenStreetMap familyMethods in org.geotools.tile.impl.osm that return TileModifier and TypeMethodDescriptionOSMTileFactory.create
(TileIdentifier identifier, TileService service) OSMTileFactory.findLowerNeighbour
(Tile tile, TileService service) OSMTileFactory.findRightNeighbour
(Tile tile, TileService service) OSMTileFactory.findTileAtCoordinate
(double lon, double lat, ZoomLevel zoomLevel, TileService service) Methods in org.geotools.tile.impl.osm with parameters of type TileModifier and TypeMethodDescriptionOSMTileFactory.findLowerNeighbour
(Tile tile, TileService service) OSMTileFactory.findRightNeighbour
(Tile tile, TileService service) -
Uses of Tile in org.geotools.tile.util
Methods in org.geotools.tile.util with parameters of type TileModifier and TypeMethodDescriptionprotected BufferedImage
TileLayer.getTileImage
(Tile tile) 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 TileModifier and TypeMethodDescriptionprotected 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)