| Package | Description | 
|---|---|
| agi.foundation.aircraftpropagation | 
 Contains types for propagating an aircraft through various maneuvers subject to 
 flight phase performance models and wind effects. 
 | 
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| agi.foundation.propagators.advanced | 
 Contains types used to create more specialized propagation scenarios. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropagationStateParameter | 
AircraftMotionIntegrationPoint.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AircraftMotionIntegrationPoint.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropagationStateParameter | 
VectorPropagationParameter.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
PointPropagationParameter.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
DynamicMatrixPropagationParameter.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
AxesPropagationParameter.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VectorPropagationParameter.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
PointPropagationParameter.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
DynamicMatrixPropagationParameter.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
AxesPropagationParameter.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropagationStateParameter | 
PropagationNewtonianPoint.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
PropagationEulerianAxes.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
StateTransitionMatrix.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
PropagationVector.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
PropagationScalar.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
PropagationStateParameter | 
NumericalPropagatorDefinition.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropagationNewtonianPoint.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
PropagationEulerianAxes.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
StateTransitionMatrix.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
PropagationVector.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
PropagationScalar.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
void | 
NumericalPropagatorDefinition.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PropagationStateParameter | 
PropagationStateParameter.getDefaultInstance()
Gets the default instance of this parameter used by the  
EvaluatorGroup to identify
    objects which are parameterized on the NumericalPropagatorDefinition. | 
abstract PropagationStateParameter | 
PropagationStateElement.getStateParameter()
Gets a parameter which represents the state during propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
PropagationStateElement.setStateParameter(PropagationStateParameter value)
Sets a parameter which represents the state during propagation. 
 |