abstract class ImageTileLayer extends TileLayer
A TileLayer that is made up of ImageTiles.
| Constructor and description |
|---|
ImageTileLayer
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
List |
getMapLayers(Bounds bounds, List size) |
|
Raster |
getRaster(TileCursor cursor)Get a Raster using Tiles from the TileCursor. |
|
Raster |
getRaster(Bounds b, int w, int h)Get a Raster using Tiles for the Bounds and image size. |
|
Raster |
getRaster(java.awt.Point p, long z, int w, int h)Get a Raster around a Point at a given zoom level
|
| Methods inherited from class | Name |
|---|---|
class TileLayer |
close, delete, delete, get, getLayer, getPyramid, getTileCoordinates, getTileLayer, getTileLayer, getTileRenderer, getTileRenderer, put, tiles, tiles, tiles, tiles, tiles, tiles, toString, withTileLayer |
Get a Raster using Tiles from the TileCursor. If the TileCursor is empty a null Raster will be returned
cursor - The TileCursorGet a Raster using Tiles for the Bounds and image size. The Raster is cropped to exactly the given Bounds.
b - Boundsw - The image widthh - The image heightGet a Raster around a Point at a given zoom level
p - The Point (in the TileLayer's projection)z - The zoom levelw - The image widthh - The image height