public class SignificantWaveHeight extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
Bathymetry, 
EnvironmentalData, 
MetcastClientMain, 
MetcastTestClient, 
ModelOutputFormatter, 
SeawaterTemp, 
SceneGenerator, 
SonarSource, 
SonarTarget, 
SoundSpeed, 
Windspeed| Constructor and Description | 
|---|
| SignificantWaveHeight(double value)Creates a new instance of SignificantWaveHeight | 
| SignificantWaveHeight(String value)Creates a new instance of SignificantWaveHeight | 
| Modifier and Type | Method and Description | 
|---|---|
| int | determineSeaState(double sigH)Determines sea state based of significant wave hieght | 
| int | getSeaState()Returns sea state | 
| double | getWaveHeight()Returns wave height (in meters) | 
public SignificantWaveHeight(double value)
value - The mean level of wave height 2/3 from trought to crest.public SignificantWaveHeight(String value)
value - The mean level of wave height 2/3 from trought to crestpublic int determineSeaState(double sigH)
sigH - The mean level of wave height 2/3 from trought to crest.public int getSeaState()
public double getWaveHeight()