Package com.kheops.jmap.server
Class ServerLayerEstimateTilingJob
java.lang.Object
com.kheops.jmap.server.ServerLayerEstimateTilingJob
- All Implemented Interfaces:
ServerLayerJob,WorkerThreadJob
-
Constructor Summary
ConstructorsConstructorDescriptionServerLayerEstimateTilingJob(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, waitMethods 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:
executein interfaceWorkerThreadJob- Throws:
Exception
-
cancel
public void cancel()- Specified by:
cancelin interfaceWorkerThreadJob
-
getId
public int getId()- Specified by:
getIdin interfaceWorkerThreadJob
-
jobQueued
public void jobQueued()- Specified by:
jobQueuedin interfaceWorkerThreadJob
-