public class ImageProviderGeometry extends ImageProvider<Tile ,BufferedImage >
| Constructor and Description |
|---|
ImageProviderGeometry(GeometryStyle
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
|
BufferedImage |
load(Tile
This is the method that this ImageProvider will use to get an Image.
|
void |
setTileHeight(int tileHeight)
|
void |
setTileWidth(int tileWidth)
|
void |
setTree(GenericRTree
|
addLoadListener, provide, removeLoadListener, stopRunningpublic ImageProviderGeometry(GeometryStylestyle, GenericRTree <ZoomlevelGeometryProvider > tree, int nthreads, int tileWidth, int tileHeight)
style - the style to use for painting.
tree - the RTree of geometries.
nthreads - the number of threads to use for production of tiles.
tileHeight -
tileWidth -
protected void finalize()
public BufferedImageload(Tile tile)
ImageProvider
load in interface
ImageSource<Tile,BufferedImage>
load in class
ImageProvider<Tile,BufferedImage>
tile - the thing that shall be loaded.
public void setTree(GenericRTree<ZoomlevelGeometryProvider > tree)
tree - use this tree in consequent productions of images.
public void setTileWidth(int tileWidth)
public void setTileHeight(int tileHeight)