AircraftReferenceState Class |
Namespace: AGI.Foundation.AircraftPropagation
The AircraftReferenceState type exposes the following members.
Name | Description | |
---|---|---|
AircraftReferenceState |
Initializes a new instance.
VelocityReferenceAxes will be set to StaticAtmosphere and
HeightReferenceSurface will be set to the
MeanSeaLevel property of the EarthCentralBody,
which must be configured before using this type.
|
Name | Description | |
---|---|---|
Epoch |
Gets or sets the epoch at which the reference state of the aircraft is defined.
| |
HeightReferenceSurface |
Gets or sets the reference surface used in defining the height coordinate of the Position.
| |
Position |
Gets or sets the position of the aircraft.
The height coordinate is the height with respect to the HeightReferenceSurface.
| |
Velocity |
Gets or sets the velocity of the aircraft with respect to the static or moving local atmosphere,
depending on the value of VelocityReferenceAxes.
| |
VelocityReferenceAxes |
Gets or sets the reference axes used to define the velocity of the aircraft with respect to either the static or moving local atmosphere.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToMotionInFixedFrame |
Converts the reference state of the aircraft into motion with respect to the fixed frame of the HeightReferenceSurface.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |