public class IsoSurface extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
DepthBlade, 
BullsEyePlot, 
IsoSurfaceBlockPlot, 
CoverageArea, 
LineOfBearingPlot, 
RadialBlade, 
SLOBChart, 
SignalExcessPoint, 
SignalExcessZone, 
SonarModelOutputParser| Constructor and Description | 
|---|
| IsoSurface()Creates a new instance of IsoSurface scene | 
| Modifier and Type | Method and Description | 
|---|---|
| String | createStackRear()Generates light. | 
| String | createStackShell()Generates visualization "shell" to include header, viewpoints, visuals and HUD. | 
| String | generateSceneFile()Generates properly formattes IsoSurface Visualization Example Scene | 
| void | parseResults(LinkedList[] results)Invokes SonarModelOutputParser which parses output files and instantiates
 proper number of RadialBlades and DepthBlades | 
| void | setParameters(EnvironmentalData data)Sets data of specfic environmental variables for sonar modeling. | 
| void | x3dToVRML()Convers X3D to VRML using X3dToVrml.xslt | 
public void setParameters(EnvironmentalData data)
data - EnvironmentalData object for sonar modeling.public void parseResults(LinkedList[] results)
results - The array of 2 LinkedLists hold list of RadialBlades and DepthBlades returned from SonarModelOutputParser.public String createStackShell()
public String createStackRear()
public String generateSceneFile()
public void x3dToVRML()