| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantSolarGeophysicalData
Represents the solar radiation and geomagnetic flux indices as constant values. 
 | 
class  | 
CssiSolarGeophysicalData
Represents the solar radiation and geomagnetic flux indices as they vary over time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SolarGeophysicalData | 
ScalarAtmosphericDensity.getSolarGeophysicalData()
Gets the solar and magnetic flux information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalarAtmosphericDensity.setSolarGeophysicalData(SolarGeophysicalData value)
Sets the solar and magnetic flux information. 
 | 
| Constructor and Description | 
|---|
ScalarAtmosphericDensity(Point targetPoint,
                        SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing atmospheric density using the target point
    and solar-geophysical data. | 
ScalarAtmosphericDensity(Point targetPoint,
                        SolarGeophysicalData solarGeophysicalData,
                        CentralBody centralBody,
                        Vector sunVector)
Initializes a  
Scalar representing atmospheric density using the target point
    and solar-geophysical data. | 
ScalarDensityJacchia1970(Point targetPoint,
                        SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing the Jacchia 1970 model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityJacchia1970(Point targetPoint,
                        SolarGeophysicalData solarGeophysicalData,
                        CentralBody earth,
                        Vector sunVector,
                        boolean useApproximateAltitude)
Initializes a  
Scalar representing the Jacchia 1970 model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityJacchiaRoberts(Point targetPoint,
                           SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing the Jacchia-Roberts model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityJacchiaRoberts(Point targetPoint,
                           SolarGeophysicalData solarGeophysicalData,
                           CentralBody earth,
                           Vector sunVector,
                           boolean useApproximateAltitude)
Initializes a  
Scalar representing the Jacchia-Roberts model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityMsis2000(Point targetPoint,
                     SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing the MSIS 2000 model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityMsis86(Point targetPoint,
                   SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing the MSIS 1986 model
    of atmospheric density using the target point and solar-geophysical data. | 
ScalarDensityMsis90(Point targetPoint,
                   SolarGeophysicalData solarGeophysicalData)
Initializes a  
Scalar representing the MSIS 1990 model
    of atmospheric density using the target point and solar-geophysical data. | 
SolarGeophysicalData(SolarGeophysicalData existingInstance,
                    CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |