public interface CloudTileTaskVisitor
Encapsulates the method of reading and editing a task from a cloud service slice table.
Modifier and Type | Interface and Description |
---|---|
static class |
CloudTileTaskVisitor.TaskState
Task status
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the connection.
|
TileTask |
getTileTask()
Gets the tiling task status.
|
long |
getTileTotal(double scaleDenominator)
Returns the total number of tiles under the scale.
|
void |
updateTaskStatus(TileTask task, CloudTileTaskVisitor.TaskState state, TileWorkerInfo workerInfo)
Updates the task status.
|
long getTileTotal(double scaleDenominator)
void close()
void updateTaskStatus(TileTask task, CloudTileTaskVisitor.TaskState state, TileWorkerInfo workerInfo)
TileTask getTileTask()