AIS
Class AISParameters

java.lang.Object
  extended by 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

Field Summary
 boolean limitRange
          Only record AIS data within maxRange_kn of the vessel
 double maxRange_km
          Maximum range for AIS data.
protected  java.lang.String nmeaSource
           
 int predictionLength
          Prediction length in seconds
static long serialVersionUID
           
 boolean showPredictionArrow
           
 boolean showTail
           
 int tailLength
          Tail length in minutes.
 
Constructor Summary
AISParameters()
           
 
Method Summary
protected  AISParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

AISParameters

public AISParameters()
Method Detail

clone

protected AISParameters clone()
Overrides:
clone in class java.lang.Object