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
FieldsModifier 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.option on how deployments are separated.static final long
double
Minimum number of seconds between GPS points in a track. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
sepDeployments
option on how deployments are separated. -
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()
-
-
Method Details