AIS
Class AISParameters
java.lang.Object
AIS.AISParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class AISParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
nmeaSource
protected java.lang.String nmeaSource
limitRange
public boolean limitRange
- Only record AIS data within
maxRange_kn of the vessel
maxRange_km
public double maxRange_km
- Maximum range for AIS data. Data further off than
this will be ignored.
showTail
public boolean showTail
tailLength
public int tailLength
- Tail length in minutes.
showPredictionArrow
public boolean showPredictionArrow
predictionLength
public int predictionLength
- Prediction length in seconds
AISParameters
public AISParameters()
clone
protected AISParameters clone()
- Overrides:
clone in class java.lang.Object