AircraftStateElementConverter Constructor (String, MotionInt32, Cartesian, Cartesian, Ellipsoid) |
Initializes a new instance.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AircraftStateElementConverter(
string identification,
Motion<int[]> stateIndices,
Cartesian initialPosition,
Cartesian initialVelocity,
Ellipsoid ellipsoid
)
Public Sub New (
identification As String,
stateIndices As Motion(Of Integer()),
initialPosition As Cartesian,
initialVelocity As Cartesian,
ellipsoid As Ellipsoid
)
public:
AircraftStateElementConverter(
String^ identification,
Motion<array<int>^> stateIndices,
Cartesian initialPosition,
Cartesian initialVelocity,
Ellipsoid^ ellipsoid
)
new :
identification : string *
stateIndices : Motion<int[]> *
initialPosition : Cartesian *
initialVelocity : Cartesian *
ellipsoid : Ellipsoid -> AircraftStateElementConverter
Parameters
- identification
- Type: SystemString
A string identifying this instance in the overall output. - stateIndices
- Type: AGI.FoundationMotionInt32
The indices of the individual values and their derivatives in the overall state. - initialPosition
- Type: AGI.Foundation.CoordinatesCartesian
The position of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition. - initialVelocity
- Type: AGI.Foundation.CoordinatesCartesian
The velocity of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition. - ellipsoid
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoidal shape of the central body.
See Also