public class Bathymetry extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
EnvironmentalData
,
MetcastClientMain
,
MetcastTestClient
,
ModelOutputFormatter
,
SceneGenerator
,
SeawaterTemp
,
SignificantWaveHeight
,
SonarSource
,
SonarTarget
,
SoundSpeed
,
Windspeed
Constructor and Description |
---|
Bathymetry(double[] val)
Creates a new instance of Bathymetry
|
Bathymetry(double[] pval,
int length)
An alternative constructor, that takes an array of the batnymtery data plus
an integer that defines the side length.
|
Bathymetry(String val)
Creates a new instance of Bathymetry
|
Modifier and Type | Method and Description |
---|---|
String |
getBathymetry()
Returns bathymetric values
|
double[] |
getBathymetryArray()
Returns array of bathymetric values
|
double[] |
getEastSide()
Returns eastern row of data points
|
double[] |
getNorthSide()
Returns northern row of data points
|
double[] |
getSouthSide()
Returns southern row of data points
|
double[] |
getWestSide()
Returns western row of data points
|
public Bathymetry(double[] val)
val
- The array of bathymetric values (in meters).public Bathymetry(String val)
val
- The array of bathymetric values (in meters).public Bathymetry(double[] pval, int length)
pval
- The array of bathymetric values (in meters).length
- The size of area (in nm).public String getBathymetry()
public double[] getBathymetryArray()
public double[] getNorthSide()
public double[] getEastSide()
public double[] getSouthSide()
public double[] getWestSide()