public class SonarTarget extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
Bathymetry,
EnvironmentalData,
MetcastClientMain,
MetcastTestClient,
ModelOutputFormatter,
SeawaterTemp,
SceneGenerator,
SonarSource,
SignificantWaveHeight,
SoundSpeed,
Windspeed| Modifier and Type | Field and Description |
|---|---|
String |
inline
X3D string to inline into scene
|
double |
locationX
position in scene - X component
|
double |
locationY
position in scene - Y component
|
double |
locationZ
position in scene - Z component
|
| Constructor and Description |
|---|
SonarTarget(double x,
double y,
double z,
String LOCAL_ADD,
String REMOTE_ADD,
int num)
Creates a new instance of SonarTarget.
|
SonarTarget(String LOCAL_ADD,
String REMOTE_ADD,
int num)
Create a new instance of SonarTarget.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createTarget()
Creates scene target
|
void |
move(String interpolator)
Create position, interpolator, time sensor and route.
|
public double locationX
public double locationY
public double locationZ
public String inline
public SonarTarget(String LOCAL_ADD, String REMOTE_ADD, int num)
LOCAL_ADD - The string value of local_add for X3D inline into scene.REMOTE_ADD - The string value of remote_add for X3D inline into scene.num - The discrete id number for source.public SonarTarget(double x,
double y,
double z,
String LOCAL_ADD,
String REMOTE_ADD,
int num)
x - The coordinate point x.y - The coordinate point y.z - The coordinate point z.LOCAL_ADD - The string value of local_add for X3D inline into scene.REMOTE_ADD - The string value of remote_add for X3D inline into scene.num - The discrete id number for source.public String createTarget()
public void move(String interpolator)
interpolator - The new generated position, interpolator, time sensor and route.