Package tethys.deployment
Class DeploymentExportOpts
java.lang.Object
tethys.deployment.DeploymentExportOpts
- All Implemented Interfaces:
Serializable
,Cloneable
options for Deployment export collected by the export Wizard.
- Author:
- dg50
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Max gap before recording periods are separated, potentially into separate Deployment documentsint
A recording section after joining with max gap parameter is too short to be worth keeping.boolean
static final long
double
Minimum number of seconds between GPS points in a track. -
Constructor Summary
-
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
separateDeployments
public boolean separateDeployments -
trackPointInterval
public double trackPointIntervalMinimum number of seconds between GPS points in a track. -
maxRecordingGapSeconds
public int maxRecordingGapSecondsMax gap before recording periods are separated, potentially into separate Deployment documents -
minRecordingLengthSeconds
public int minRecordingLengthSecondsA recording section after joining with max gap parameter is too short to be worth keeping.
-
-
Constructor Details
-
DeploymentExportOpts
public DeploymentExportOpts()
-