| Class | Description |
|---|---|
| BuildJPanel |
The purpose of this class to build a JPanel according to the user
specifications.
|
| CustomOrbitView |
This custom class allows the user to specify the near and far clip distances
to allow the viewing of objects beyond the Earth's horizon (such as
trajectories).
|
| EarthProj |
This is the driver for the project.
|
| EarthView |
The purpose is to:
1) Build the Swing containers (JFrame, JPanel, etc.) and then
build the WorldWind Earth model and load into one of the JPanel containers.
|
| RadarObjects |
This class contains all of the properties and behavior (methods) of a
radar object - one which is stationary on the surface of the Earth and tracks
a trajectory object.
|
| ScenarioSettings |
This class contains all of the user-specified simulation settings and the
arrays of trajectory and radar objects.
|
| TrajectoryObjects |
This class contains all of the properties and behavior (methods) of a
trajectory object - one which moves on the surface of the Earth, through the
atmosphere, or in space.
|