videoRangePanel
Class RefractionParameters

java.lang.Object
  extended by videoRangePanel.RefractionParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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

See Also:
Serialized Form

Field Summary
(package private)  double atmosphericPressure
          Atmospheric pressure in millibars.
(package private)  double seaSurfactCelcius
          SST in degress celcius.
static long serialVersionUID
           
(package private)  double tempGradient
          temperature gradient (degrees per metre)
 
Constructor Summary
RefractionParameters()
           
 
Method Summary
protected  RefractionParameters 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

seaSurfactCelcius

double seaSurfactCelcius
SST in degress celcius.


tempGradient

double tempGradient
temperature gradient (degrees per metre)


atmosphericPressure

double atmosphericPressure
Atmospheric pressure in millibars.

Constructor Detail

RefractionParameters

public RefractionParameters()
Method Detail

clone

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