com.supermap.services.components
Interface JobDataDeploy
-
- All Known Implementing Classes:
- DefaultJobDataDeploy
public interface JobDataDeployTiling data deployer
- Since:
- 6.1.3
-
-
Method Summary
Methods Modifier and Type Method and Description booleandeployJobData(CompConnInfo compConnInfo, JobDeployingInfo tileWorkerInfo, JobState jobState)The tiling data associated with the map component (including the workspace file, data source file) is deployed to the tiling node
-
-
-
Method Detail
-
deployJobData
boolean deployJobData(CompConnInfo compConnInfo, JobDeployingInfo tileWorkerInfo, JobState jobState)
The tiling data associated with the map component (including the workspace file, data source file) is deployed to the tiling node
- Parameters:
mapCompConnInfo-tileWorkerInfo-- Returns:
- Since:
- 6.1.3
-
-