Class DeploymentExportOpts

java.lang.Object
tethys.deployment.DeploymentExportOpts
All Implemented Interfaces:
Serializable, Cloneable

public class DeploymentExportOpts extends Object implements Serializable, Cloneable
options for Deployment export collected by the export Wizard.
Author:
dg50
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • separateDeployments

      public boolean separateDeployments
    • trackPointInterval

      public double trackPointInterval
      Minimum number of seconds between GPS points in a track.
    • maxRecordingGapSeconds

      public int maxRecordingGapSeconds
      Max gap before recording periods are separated, potentially into separate Deployment documents
    • minRecordingLengthSeconds

      public int minRecordingLengthSeconds
      A recording section after joining with max gap parameter is too short to be worth keeping.
  • Constructor Details

    • DeploymentExportOpts

      public DeploymentExportOpts()