- getATMLayerOption() - Method in class earthproj.ScenarioSettings
-
The purpose is to get the user-specified visible atmosphere layer status
- it lets the EarthView object know whether or not to activate it.
- getClipDistances() - Method in class earthproj.ScenarioSettings
-
The purpose is to pass the clip distances to the EarthView object; these
are in turn to passed to the CustomOrbitView object.
- getClipDistanceStatus() - Method in class earthproj.ScenarioSettings
-
The purpose is to set custom clip distance values.
- getGEOCoord() - Method in class earthproj.TrajectoryObjects
-
The purpose is obtain the current coordinates of the trajectory object.
- getJPanel() - Method in class earthproj.BuildJPanel
-
The purpose is return the constructed JPanel - this is used by class
EarthView.
- getMSVEarthAerialOption() - Method in class earthproj.ScenarioSettings
-
The purpose is to get the user-specified MSV Earth Aerial layer status -
it lets the EarthView object know whether or not to activate it.
- getRadarModels() - Method in class earthproj.ScenarioSettings
-
The purpose is to retrieve the radar objects array - this array contains
all of the radar objects that will be used in the simulation.
- getStarsLayerOption() - Method in class earthproj.ScenarioSettings
-
The purpose is to get the user-specified visible stars layer status - it
lets the EarthView object know whether or not to activate it.
- getTimeDelay() - Method in class earthproj.ScenarioSettings
-
The purpose is to pass the user-specified time delay value to the
EarthView object for use in the simulation.
- getTrajectoryObjects() - Method in class earthproj.ScenarioSettings
-
The purpose is to retrieve the trajectory objects array - this contains
the trajectory objects that will be used in the simulation.
- getUTMGridOption() - Method in class earthproj.ScenarioSettings
-
The purpose is to get the user-specified visible latitude / longitude
grid pattern layer status - it lets the EarthView object know whether or
not to activate it.
- getViewSettings() - Method in class earthproj.ScenarioSettings
-
The purpose is to build the [latitude,longitude,altitude] vector which
sets the initial observer's view of the Earth when starting the
simulation.