- ScenarioSettings - Class in earthproj
-
This class contains all of the user-specified simulation settings and the
arrays of trajectory and radar objects.
- ScenarioSettings() - Constructor for class earthproj.ScenarioSettings
-
Default values are set.
- setATMLayerOption(boolean) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the atmosphere layer status from the driver.
- setBaseCoord(double, double, double) - Method in class earthproj.RadarObjects
-
The purpose is to set the radar object base coordinates.
- setClipDistances(double, double) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the near and far clip distance values from the
driver - these will be then retrieved by the EarthView object via
another method.
- setClipDistances(boolean) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the clip distance status from the driver
- the status determines whether or not CustomOrbitView will set the
user-specified clip distances.
- setClipDistValues(double, double) - Method in class earthproj.CustomOrbitView
-
The purpose is for the user to set the near and far clip distances to be
stored in this class.
- setGeoInit(double, double, double) - Method in class earthproj.TrajectoryObjects
-
The purpose is to set the initial conditions (starting location) of
the trajectory object.
- setMSVEarthAerialOption(boolean) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the MSVEarthAerial layer status from the driver.
- setPathObject(Color, double) - Method in class earthproj.TrajectoryObjects
-
The purpose is to use the Path class to build the trajectory curve / line
generator - and set its properties.
- setPolylineObject(Color, double) - Method in class earthproj.TrajectoryObjects
-
The purpose is to use the Polyline class to build the trajectory
curve / line generator - and set its properties.
- setStarsLayerOption(boolean) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the star layer status from the driver.
- setTimeDelay(int) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the time delay value from the driver - this will
be retrieved by the EarthView object via another method.
- setTrajResolution(double) - Method in class earthproj.TrajectoryObjects
-
The purpose to set the trajectory step resolution.
- setTrajTypeOne() - Method in class earthproj.TrajectoryObjects
-
The purpose to set a 1st trajectory type with specific characteristics -
for demo purposes.
- setTrajTypeTwo() - Method in class earthproj.TrajectoryObjects
-
The purpose to set a 2nd trajectory type with specific characteristics -
for demo purposes.
- setUTMGridOption(boolean) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the Latitude - Longitude grid pattern layer status
from the driver.
- setViewSettings(double[]) - Method in class earthproj.ScenarioSettings
-
The purpose is to load the 3-element vector, which contains the
coordinates of the observer's initial Earth perspective, from the driver.