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 Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • separateDeployments Link icon

      public boolean separateDeployments
    • trackPointInterval Link icon

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

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

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

    • DeploymentExportOpts Link icon

      public DeploymentExportOpts()