Package AIS
Class AISParameters
java.lang.Object
AIS.AISParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Only record AIS data within maxRange_kn of the vesseldouble
Maximum range for AIS data.int
Prediction length in secondsstatic final long
boolean
boolean
int
Tail length in minutes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
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
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-