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 TypeMethodDescriptionWMTSTileWMTSTileFactory.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 BufferedImageWMTSCoverageReader.getTileImage(Tile tile) protected voidWMTSCoverageReader.renderTile(Tile tile, Graphics2D g2d, double[] points) Method parameters in org.geotools.ows.wmts.map with type arguments of type TileModifier and TypeMethodDescriptionprotected voidWMTSCoverageReader.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 TileTileFactory.create(TileIdentifier identifier, TileService service) Creates a new tile for the given position using a service.abstract TileTileFactory.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 TileTileFactory.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 TileTileFactory.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 TypeMethodDescriptionvoidTileStateChangedListener.contextStateChanged(Tile tile) Called when the context state of a tile has changed.abstract TileTileFactory.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 TileTileFactory.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.voidTileStateChangedListener.renderStateChanged(Tile tile) Called when the render state of a tile has changed.voidTileStateChangedListener.screenStateChanged(Tile tile) Called when the screen state of a tile has changed.voidTileStateChangedListener.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 TypeClassDescriptionclassThe 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 BufferedImageTileLayer.getTileImage(Tile tile) CachedImageLoader.loadImageTileImage(Tile tile) protected voidAsyncTileLayer.renderTile(Tile tile, Graphics2D g2d, double[] points) protected voidTileLayer.renderTile(Tile tile, Graphics2D g2d, double[] points) Method parameters in org.geotools.tile.util with type arguments of type TileModifier and TypeMethodDescriptionprotected voidAsyncTileLayer.localRenderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) protected voidAsyncTileLayer.renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) protected voidTileLayer.renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)