public class RadialBlade extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
DepthBlade
,
BullsEyePlot
,
IsoSurfaceBlockPlot
,
CoverageArea
,
LineOfBearingPlot
,
SLOBChart
,
SignalExcessPoint
,
SignalExcessZone
,
SonarModelOutputParser
,
StackScene3D
Constructor and Description |
---|
RadialBlade(double[][] excess,
double[] depths,
double[] ranges)
Creates a new instance of RadialBlade (size by ranges)
|
Modifier and Type | Method and Description |
---|---|
double[] |
getDepths()
Returns array of blade depths.
|
int |
getNumDepths()
Returns number of depths of radials.
|
double[] |
getRanges()
Returns array of ranges of data points from source.
|
double[][] |
getSignalExcess()
Returns signal excess values.
|
double |
getSpacingInKM()
Returns current spacing.
|
public RadialBlade(double[][] excess, double[] depths, double[] ranges)
excess
- The array of signal excess values per depth and rangedepths
- The array of depths in KMranges
- The array of ranges of data points from source in KMpublic double[][] getSignalExcess()
public double[] getDepths()
public int getNumDepths()
public double[] getRanges()
public double getSpacingInKM()