Package com.kheops.jmap.server
Class ServerLayerEstimateTilingJob
java.lang.Object
com.kheops.jmap.server.ServerLayerEstimateTilingJob
- All Implemented Interfaces:
ServerLayerJob
,WorkerThreadJob
-
Constructor Summary
ConstructorDescriptionServerLayerEstimateTilingJob
(int projectId, JMapServerVectorLayer serverVectorLayer) ServerLayerEstimateTilingJob
(int projectId, JMapServerVectorLayer serverVectorLayer, boolean launchCachingJob) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kheops.jmap.server.datasources.ServerLayerJob
getLayerId, getProgress, getProjectId, getSpatialDataSourceId, getStatus
-
Constructor Details
-
ServerLayerEstimateTilingJob
-
ServerLayerEstimateTilingJob
public ServerLayerEstimateTilingJob(int projectId, JMapServerVectorLayer serverVectorLayer, boolean launchCachingJob)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceWorkerThreadJob
- Throws:
Exception
-
cancel
public void cancel()- Specified by:
cancel
in interfaceWorkerThreadJob
-
getId
public int getId()- Specified by:
getId
in interfaceWorkerThreadJob
-
jobQueued
public void jobQueued()- Specified by:
jobQueued
in interfaceWorkerThreadJob
-