AircraftStateElementConverter Constructor (String, Motion<Int32[]>, Cartesian, Cartesian, Ellipsoid) |
Initializes a new instance.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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: System.String
A string identifying this instance in the overall output. - stateIndices
- Type: AGI.Foundation.Motion<Int32[]>
The indices of the individual values and their derivatives in the overall state. - initialPosition
- Type: AGI.Foundation.Coordinates.Cartesian
The position of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition. - initialVelocity
- Type: AGI.Foundation.Coordinates.Cartesian
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.Shapes.Ellipsoid
The ellipsoidal shape of the central body.
See Also