public abstract class MapTileTask extends java.lang.Object implements OrderedResultsExecutor.Task<MapTileTask>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapTileTask.RenderOnly
Task for rending something (no loading needed)
|
| Constructor and Description |
|---|
MapTileTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleException(RenderingContext context) |
MapTileTask |
process()
Called in parallel and in random order to do the processing.
|
protected abstract void |
readTile()
Do the reading.
|
protected abstract void |
renderOnPdf(com.itextpdf.text.pdf.PdfContentByte dc)
Do the rendering.
|
public MapTileTask process()
OrderedResultsExecutor.Taskprocess in interface OrderedResultsExecutor.Task<MapTileTask>public boolean handleException(RenderingContext context)
protected abstract void readTile()
throws java.io.IOException,
com.itextpdf.text.DocumentException
java.io.IOExceptioncom.itextpdf.text.DocumentExceptionprotected abstract void renderOnPdf(com.itextpdf.text.pdf.PdfContentByte dc)
throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentException