com.supermap.services.components.impl
Interface CloudTileTaskVisitor
-
public interface CloudTileTaskVisitorCloud Services Tile Task Visitor.Encapsulates the method of reading and editing a task from a cloud service slice table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classCloudTileTaskVisitor.TaskStateTask status
-
Method Summary
Methods Modifier and Type Method and Description voidclose()Close the connection.TileTaskgetTileTask()Gets the tiling task status.longgetTileTotal(double scaleDenominator)Returns the total number of tiles under the scale.voidupdateTaskStatus(TileTask task, CloudTileTaskVisitor.TaskState state, TileWorkerInfo workerInfo)Updates the task status.
-
-
-
Method Detail
-
getTileTotal
long getTileTotal(double scaleDenominator)
Returns the total number of tiles under the scale.
-
close
void close()
Close the connection.
-
updateTaskStatus
void updateTaskStatus(TileTask task, CloudTileTaskVisitor.TaskState state, TileWorkerInfo workerInfo)
Updates the task status.
-
getTileTask
TileTask getTileTask()
Gets the tiling task status.
-
-