Click or drag to resize

AircraftReferenceState Class

Defines an initial state of an aircraft in terms of its position and velocity.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.AircraftPropagationAircraftReferenceState

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class AircraftReferenceState

The AircraftReferenceState type exposes the following members.

Constructors
  NameDescription
Public methodAircraftReferenceState
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.
Top
Properties
  NameDescription
Public propertyEpoch
Gets or sets the epoch at which the reference state of the aircraft is defined.
Public propertyHeightReferenceSurface
Gets or sets the reference surface used in defining the height coordinate of the Position.
Public propertyPosition
Gets or sets the position of the aircraft. The height coordinate is the height with respect to the HeightReferenceSurface.
Public propertyVelocity
Gets or sets the velocity of the aircraft with respect to the static or moving local atmosphere, depending on the value of VelocityReferenceAxes.
Public propertyVelocityReferenceAxes
Gets or sets the reference axes used to define the velocity of the aircraft with respect to either the static or moving local atmosphere.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToMotionInFixedFrame
Converts the reference state of the aircraft into motion with respect to the fixed frame of the HeightReferenceSurface.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also