| Modifier and Type | Method and Description |
|---|---|
TrajectoryObjects[] |
ScenarioSettings.getTrajectoryObjects()
The purpose is to retrieve the trajectory objects array - this contains
the trajectory objects that will be used in the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadarObjects.loadTrajectoryObject(TrajectoryObjects to)
The purpose is to load the trajectory object which the radar object
will track.
|
void |
ScenarioSettings.loadTrajectoryObjects(TrajectoryObjects[] to)
The purpose is to load the trajectory objects array from the driver -
this will be then retrieved by the EarthView object via another method.
|