Package tethys.detection
Class DetectionExportProgress
java.lang.Object
tethys.detection.DetectionExportProgress
-
Field Summary
Modifier and TypeFieldDescriptionnilus.Detections
int
int
int
long
int
int
int
static final int
static final int
static final int
static final int
static final int
int
long
-
Constructor Summary
ConstructorDescriptionDetectionExportProgress
(PDeployment currentDeployment, nilus.Detections currentDetections, int nMapPoints, int doneMapPoints, long lastUnitTime, long totalUnits, int exportCount, int skipCount, int state) -
Method Summary
-
Field Details
-
STATE_GATHERING
public static final int STATE_GATHERING- See Also:
-
STATE_COUNTING
public static final int STATE_COUNTING- See Also:
-
STATE_WRITING
public static final int STATE_WRITING- See Also:
-
STATE_CANCELED
public static final int STATE_CANCELED- See Also:
-
STATE_COMPLETE
public static final int STATE_COMPLETE- See Also:
-
currentDeployment
-
currentDetections
public nilus.Detections currentDetections -
lastUnitTime
public long lastUnitTime -
totalUnits
public long totalUnits -
exportCount
public int exportCount -
skipCount
public int skipCount -
state
public int state -
totalDeployments
public int totalDeployments -
deploymentsDone
public int deploymentsDone -
nMapPoints
public int nMapPoints -
doneMapPoints
public int doneMapPoints
-
-
Constructor Details
-
DetectionExportProgress
public DetectionExportProgress(PDeployment currentDeployment, nilus.Detections currentDetections, int nMapPoints, int doneMapPoints, long lastUnitTime, long totalUnits, int exportCount, int skipCount, int state)
-