Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalarVariableAreaArgumentLatitude
A
Scalar that enables interpolation of spacecraft area data to use
as a reference area for AtmosphericDragForce and SimpleSolarRadiationForce . |
class |
ScalarVariableAreaJulianDate
A
Scalar that enables interpolation of spacecraft area data to use
as a reference area for AtmosphericDragForce and SimpleSolarRadiationForce . |
Modifier and Type | Method and Description |
---|---|
static ScalarVariableArea |
ScalarVariableArea.readFrom(BufferedReader reader)
Reads the variable area information in from a
BufferedReader and
returns a ScalarVariableArea |
static ScalarVariableArea |
ScalarVariableArea.readFrom(String fileName)
Reads the variable area information in from a file (most likely a .dat) and
returns a
ScalarVariableArea . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ScalarVariableAreaJulianDate.checkForSameDefinition(ScalarVariableArea other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarVariableAreaArgumentLatitude.checkForSameDefinition(ScalarVariableArea other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
ScalarVariableArea.checkForSameDefinition(ScalarVariableArea other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ScalarVariableArea(ScalarVariableArea existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|