Package AIS
Class AISParameters
java.lang.Object
AIS.AISParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanOnly record AIS data within maxRange_kn of the vesseldoubleMaximum range for AIS data.protected StringintPrediction length in secondsstatic final longbooleanbooleanintTail length in minutes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AISParametersclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
nmeaSource
-
limitRange
public boolean limitRangeOnly record AIS data within maxRange_kn of the vessel -
maxRange_km
public double maxRange_kmMaximum range for AIS data. Data further off than this will be ignored. -
showTail
public boolean showTail -
tailLength
public int tailLengthTail length in minutes. -
showPredictionArrow
public boolean showPredictionArrow -
predictionLength
public int predictionLengthPrediction length in seconds
-
-
Constructor Details
-
AISParameters
public AISParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-