Package org.mapfish.print.map.tiled
Class TilePreparationTask
java.lang.Object
org.mapfish.print.map.tiled.TilePreparationTask
- All Implemented Interfaces:
Callable<TilePreparationInfo>
The Tile Preparation Task class.
-
Constructor Summary
ConstructorsConstructorDescriptionTilePreparationTask
(MfClientHttpRequestFactory httpRequestFactory, MapfishMapContext transformer, TileInformation<? extends AbstractTiledLayerParams> tileInformation, HttpRequestFetcher request, Processor.ExecutionContext context) Constructor. -
Method Summary
-
Constructor Details
-
TilePreparationTask
public TilePreparationTask(@Nonnull MfClientHttpRequestFactory httpRequestFactory, @Nonnull MapfishMapContext transformer, @Nonnull TileInformation<? extends AbstractTiledLayerParams> tileInformation, HttpRequestFetcher request, @Nonnull Processor.ExecutionContext context) Constructor.- Parameters:
httpRequestFactory
- the factory to use for making http requeststransformer
- a transformer for making calculationstileInformation
- the object used to create the tile requestsrequest
- requestcontext
- the job ID
-
-
Method Details
-
call
Call the Tile Preparation Task.- Specified by:
call
in interfaceCallable<TilePreparationInfo>
-