Package globus.glmap
Class GLMapDownloadTask
java.lang.Object
globus.glmap.GLMapDownloadTask
GLMapDownloadTask
downloads map and extracts it at the same time-
Field Summary
Modifier and TypeFieldDescriptionboolean
True if task is cancelled.final int
DataSet of taskint
Downloaded number of bytesError of task.final GLMapInfo
Map of taskServer IDfloat
Speed of data transferint
Total number of bytes to download -
Method Summary
-
Field Details
-
map
Map of task -
dataSet
public final int dataSetDataSet of task -
error
Error of task. Becomes valid after task is finished. -
cancelled
public boolean cancelledTrue if task is cancelled. Becomes valid after task is finished. -
speed
public float speedSpeed of data transfer -
serverID
Server ID -
total
public int totalTotal number of bytes to download -
downloaded
public int downloadedDownloaded number of bytes
-
-
Method Details
-
cancel
public void cancel()Cancels task.
-