public class SoundSpeed extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
Bathymetry
,
EnvironmentalData
,
MetcastClientMain
,
MetcastTestClient
,
ModelOutputFormatter
,
SeawaterTemp
,
SceneGenerator
,
SonarSource
,
SignificantWaveHeight
,
SonarTarget
,
Windspeed
Constructor and Description |
---|
SoundSpeed(double[] lev,
double[] val)
Creates a new instance of SoundSpeed
|
SoundSpeed(String lev,
String val)
Creates a new instance of SoundSpeed
|
Modifier and Type | Method and Description |
---|---|
JPanel |
createSSPChart()
Create .png image of sound speed profile
|
double[] |
getLevelsInMeters()
Return depth levels of data points (in meters)
|
double[] |
getValuesInMetersPerSecond()
Return ssp values in m/s.
|
public SoundSpeed(double[] lev, double[] val)
lev
- The depths (in meters) of sound speed data points .val
- The sound speed data points.public JPanel createSSPChart()
public double[] getLevelsInMeters()
public double[] getValuesInMetersPerSecond()