public final class TileLoaderTask
extends jsr166y.RecursiveTask<org.geotools.coverage.grid.GridCoverage2D>
| Constructor and Description |
|---|
TileLoaderTask(MfClientHttpRequestFactory httpRequestFactory,
double dpi,
MapfishMapContext transformer,
TileCacheInformation tileCacheInfo,
boolean failOnError)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.geotools.coverage.grid.GridCoverage2D |
compute() |
adapt, adapt, adapt, cancel, complete, completeExceptionally, fork, get, get, getException, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyInvoke, quietlyJoin, reinitialize, tryUnforkpublic TileLoaderTask(MfClientHttpRequestFactory httpRequestFactory, double dpi, MapfishMapContext transformer, TileCacheInformation tileCacheInfo, boolean failOnError)
httpRequestFactory - the factory to use for making http requestsdpi - the DPI to render attransformer - a transformer for making calculationstileCacheInfo - the object used to create the tile requestsfailOnError - fail on tile download error