Class DetectionExportProgress

java.lang.Object
tethys.detection.DetectionExportProgress

public class DetectionExportProgress extends Object
  • 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

      public PDeployment 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)