| 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.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VectorDependentOnServiceProvider | 
SimpleForwardFlightPropellerPropulsion.getRelativeVelocity()
Gets the velocity vector relative to the atmosphere. 
 | 
VectorDependentOnServiceProvider | 
SimpleForwardFlightJetPropulsion.getRelativeVelocity()
Gets the velocity vector relative to the atmosphere. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleForwardFlightPropellerPropulsion.setRelativeVelocity(VectorDependentOnServiceProvider value)
Sets the velocity vector relative to the atmosphere. 
 | 
void | 
SimpleForwardFlightJetPropulsion.setRelativeVelocity(VectorDependentOnServiceProvider value)
Sets the velocity vector relative to the atmosphere. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VectorDependentOnServiceProvider | 
WindModel.getRelativeVelocityVector()
Gets a  
VectorDependentOnServiceProvider that calculates the velocity of a specified point relative to the moving atmosphere according to this wind model. | 
VectorDependentOnServiceProvider | 
WindModel.getWindVector()
Gets a  
VectorDependentOnServiceProvider that calculates the wind at a specified point. | 
| Modifier and Type | Method and Description | 
|---|---|
VectorDependentOnServiceProvider | 
ScalarMachNumber.getRelativeVelocity()
Gets the vector representing the velocity of the object relative to the atmosphere. 
 | 
VectorDependentOnServiceProvider | 
ScalarEquivalentAirspeed.getRelativeVelocity()
Gets the velocity vector relative to the atmosphere. 
 | 
VectorDependentOnServiceProvider | 
ScalarDynamicPressure.getRelativeVelocity()
Gets the velocity vector relative to the atmosphere. 
 | 
static VectorDependentOnServiceProvider | 
VectorDependentOnServiceProvider.toVectorDependentOnServiceProvider(Vector value)
Creates a  
VectorDependentOnServiceProvider object wrapping a Vector value. | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
VectorDependentOnServiceProvider.checkForSameDefinition(VectorDependentOnServiceProvider other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
ScalarMachNumber.setRelativeVelocity(VectorDependentOnServiceProvider value)
Sets the vector representing the velocity of the object relative to the atmosphere. 
 | 
void | 
ScalarEquivalentAirspeed.setRelativeVelocity(VectorDependentOnServiceProvider value)
Sets the velocity vector relative to the atmosphere. 
 | 
void | 
ScalarDynamicPressure.setRelativeVelocity(VectorDependentOnServiceProvider value)
Sets the velocity vector relative to the atmosphere. 
 | 
| Constructor and Description | 
|---|
ScalarDynamicPressure(ScalarDependentOnServiceProvider density,
                     VectorDependentOnServiceProvider relativeVelocity)
Constructs a scalar that computes the dynamic pressure at a given location. 
 | 
ScalarEquivalentAirspeed(ScalarDependentOnServiceProvider densityRatio,
                        VectorDependentOnServiceProvider relativeVelocity)
Constructs a scalar that computes the equivalent airspeed at a given location. 
 | 
ScalarMachNumber(ScalarDependentOnServiceProvider speedOfSound,
                VectorDependentOnServiceProvider relativeVelocity)
Constructs a scalar that computes the Mach number at a given location. 
 | 
VectorDependentOnServiceProvider(VectorDependentOnServiceProvider existingInstance,
                                CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |