AirgunDisplay
Class AirgunParameters

java.lang.Object
  extended by AirgunDisplay.AirgunParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AirgunParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  double dimE
          distance in m towards the stern from the vessels GPS receiver
(package private)  double dimF
          distance in m towards the starboard side from the vessels GPS receiver
(package private)  java.awt.Color exclusionColor
          Colour for exclusion zone on map.
(package private)  int exclusionRadius
          radius of exclusion xone in m
 int gunsMMSIVessel
          mmsi number of vessel if guns are on another vessel
 boolean gunsThisVessel
          True if guns are on this vessel
(package private)  boolean predictAhead
          predict where we'll be in a certain time
(package private)  int secondsAhead
          prediction time in seconds
static long serialVersionUID
           
(package private)  boolean showExclusionZone
          Show exclusion zone on the map
 
Constructor Summary
AirgunParameters()
           
 
Method Summary
 AirgunParameters 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

gunsThisVessel

public boolean gunsThisVessel
True if guns are on this vessel


gunsMMSIVessel

public int gunsMMSIVessel
mmsi number of vessel if guns are on another vessel


dimE

double dimE
distance in m towards the stern from the vessels GPS receiver


dimF

double dimF
distance in m towards the starboard side from the vessels GPS receiver


showExclusionZone

boolean showExclusionZone
Show exclusion zone on the map


exclusionRadius

int exclusionRadius
radius of exclusion xone in m


exclusionColor

java.awt.Color exclusionColor
Colour for exclusion zone on map.


predictAhead

boolean predictAhead
predict where we'll be in a certain time


secondsAhead

int secondsAhead
prediction time in seconds

Constructor Detail

AirgunParameters

public AirgunParameters()
Method Detail

clone

public AirgunParameters clone()
Overrides:
clone in class java.lang.Object