Package com.kheops.jmap.server
Class ServerLayerEstimateTilingJob
java.lang.Object
com.kheops.jmap.server.ServerLayerEstimateTilingJob
- All Implemented Interfaces:
- ServerLayerJob,- WorkerThreadJob
- 
Constructor SummaryConstructorsConstructorDescriptionServerLayerEstimateTilingJob(int projectId, JMapServerVectorLayer serverVectorLayer) ServerLayerEstimateTilingJob(int projectId, JMapServerVectorLayer serverVectorLayer, boolean launchCachingJob) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kheops.jmap.server.datasources.ServerLayerJobgetLayerId, getProgress, getProjectId, getSpatialDataSourceId, getStatus
- 
Constructor Details- 
ServerLayerEstimateTilingJob
- 
ServerLayerEstimateTilingJobpublic ServerLayerEstimateTilingJob(int projectId, JMapServerVectorLayer serverVectorLayer, boolean launchCachingJob) 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- WorkerThreadJob
- Throws:
- Exception
 
- 
cancelpublic void cancel()- Specified by:
- cancelin interface- WorkerThreadJob
 
- 
getIdpublic int getId()- Specified by:
- getIdin interface- WorkerThreadJob
 
- 
jobQueuedpublic void jobQueued()- Specified by:
- jobQueuedin interface- WorkerThreadJob
 
 
-