public final class TiledWmsLayer extends AbstractTiledLayer
| Constructor and Description |
|---|
TiledWmsLayer(jsr166y.ForkJoinPool forkJoinPool,
StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier,
TiledWmsLayerParam param)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected TileCacheInformation |
createTileInformation(MapBounds bounds,
java.awt.Rectangle paintArea,
double dpi,
boolean isFirstLayer)
Create the tile cache information object for the given parameters.
|
TiledWmsLayerParam |
getParams()
Get the HTTP params.
|
getLayersgetFailOnError, getName, render, supportsNativeRotation, tryAddLayerpublic TiledWmsLayer(jsr166y.ForkJoinPool forkJoinPool,
StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier,
TiledWmsLayerParam param)
forkJoinPool - the thread pool for doing the rendering.styleSupplier - strategy for loading the style for this layerparam - the information needed to create WMS requests.public TiledWmsLayerParam getParams()
protected TileCacheInformation createTileInformation(MapBounds bounds, java.awt.Rectangle paintArea, double dpi, boolean isFirstLayer)
AbstractTiledLayercreateTileInformation in class AbstractTiledLayerbounds - the map boundspaintArea - the area to paintdpi - the DPI to render atisFirstLayer - true indicates this layer is the first layer in the map (the first layer drawn, ie the base layer)