public final class EarthView
extends java.lang.Object
| Constructor and Description |
|---|
EarthView(ScenarioSettings ss)
The ScenarioSettings object is passed to the constructor when the
EarthView object is first built in the "main", EarthProj.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfAnyTrue(boolean[] queue)
The purpose is to cycle through the boolean array and see if any of the
elements are "true" - if so then return a value of "true".
|
void |
configureEarthLayers()
The purpose is to load the user-specified Earth layers
(e.g.
|
void |
trajSim()
The purpose is to simulate a trajectory with the loaded arrays of
TrajectoryObjects and RadarObjects objects.
|
public EarthView(ScenarioSettings ss)
ss - The ScenarioSettings object which carries all of the parameters
required by the EarthView object.public void trajSim()
public boolean checkIfAnyTrue(boolean[] queue)
queue - The array of boolean values that need to be checked to
assess if any of them have a value of "true".public void configureEarthLayers()