public class ServerLayerEstimateTilingJob extends java.lang.Object implements WorkerThreadJob, ServerLayerJob
| Constructor and Description |
|---|
ServerLayerEstimateTilingJob(int projectId,
JMapServerVectorLayer serverVectorLayer) |
ServerLayerEstimateTilingJob(int projectId,
JMapServerVectorLayer serverVectorLayer,
boolean launchCachingJob) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
execute() |
int |
getId() |
void |
jobQueued() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLayerId, getProgress, getProjectId, getSpatialDataSourceId, getStatuspublic ServerLayerEstimateTilingJob(int projectId,
JMapServerVectorLayer serverVectorLayer)
public ServerLayerEstimateTilingJob(int projectId,
JMapServerVectorLayer serverVectorLayer,
boolean launchCachingJob)
public void execute()
throws java.lang.Exception
execute in interface WorkerThreadJobjava.lang.Exceptionpublic void cancel()
cancel in interface WorkerThreadJobpublic int getId()
getId in interface WorkerThreadJobpublic void jobQueued()
jobQueued in interface WorkerThreadJob