com.supermap.services.components.impl
Class CloudTileTaskVisitorContainer
- java.lang.Object
-
- com.supermap.services.components.impl.CloudTileTaskVisitorContainer
-
public class CloudTileTaskVisitorContainer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description CloudTileTaskVisitorContainer()
-
Method Summary
Methods Modifier and Type Method and Description voiddeleteByJobId(java.lang.String jobId)Deletes the tile table visitor of tiling task and its database files.CloudTileTaskVisitorget(JobBuildConfig jobConfig)According to the map task information, gets the tile table visitor object of the cloud service tiling task .static CloudTileTaskVisitorContainergetInstance()voidsetTaskTable(java.lang.String taskTable)Sets the cloud service tile table path.voidsetWGS84TaskTable(java.lang.String value)Sets the tile table path under the WGS84 projection.
-
-
-
Method Detail
-
getInstance
public static CloudTileTaskVisitorContainer getInstance()
-
setTaskTable
public void setTaskTable(java.lang.String taskTable)
Sets the cloud service tile table path.- Parameters:
taskTable- cloud service tile table path (UDB file path).
-
setWGS84TaskTable
public void setWGS84TaskTable(java.lang.String value)
Sets the tile table path under the WGS84 projection.
- Parameters:
value-
-
deleteByJobId
public void deleteByJobId(java.lang.String jobId)
Deletes the tile table visitor of tiling task and its database files.- Parameters:
jobId- tile task ID.
-
get
public CloudTileTaskVisitor get(JobBuildConfig jobConfig)
According to the map task information, gets the tile table visitor object of the cloud service tiling task .- Parameters:
jobConfig- Tiling task information.- Returns:
-
-