public class SoundSpeedData extends Object
| Constructor and Description | 
|---|
| SoundSpeedData(double pDepth,
              double pSpeed,
              boolean pValid) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getDepth()Returns depth in meters | 
| double | getSoundSpeed()Returns speed in m/s | 
| boolean | isValid()is this data completely bogus? | 
| void | setDataItem(mil.navy.fnmoc.wxserve.jmbl.DataItem pDataItem) | 
| String | toString() | 
public SoundSpeedData(double pDepth,
              double pSpeed,
              boolean pValid)