public class CloudTileTaskVisitorContainer
extends java.lang.Object
| Constructor and Description | 
|---|
| CloudTileTaskVisitorContainer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteByJobId(java.lang.String jobId)Deletes the tile table visitor of tiling task and its database files. | 
| CloudTileTaskVisitor | get(JobBuildConfig jobConfig)According to the map task information, gets the tile table visitor object of the cloud service tiling task . | 
| static CloudTileTaskVisitorContainer | getInstance() | 
| void | setTaskTable(java.lang.String taskTable)Sets the cloud service tile table path. | 
| void | setWGS84TaskTable(java.lang.String value)Sets the tile table path under the WGS84 projection. | 
public static CloudTileTaskVisitorContainer getInstance()
public void setTaskTable(java.lang.String taskTable)
taskTable - cloud service tile table path (UDB file path).public void setWGS84TaskTable(java.lang.String value)
Sets the tile table path under the WGS84 projection.
value -public void deleteByJobId(java.lang.String jobId)
jobId - tile task ID.public CloudTileTaskVisitor get(JobBuildConfig jobConfig)
jobConfig - Tiling task information.