AircraftStateElementConverter Constructor (String, MotionInt32, Cartesian, Cartesian, Ellipsoid, MotionDouble) |
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,
Motion<double[]> weights
)
Public Sub New (
identification As String,
stateIndices As Motion(Of Integer()),
initialPosition As Cartesian,
initialVelocity As Cartesian,
ellipsoid As Ellipsoid,
weights As Motion(Of Double())
)
public:
AircraftStateElementConverter(
String^ identification,
Motion<array<int>^> stateIndices,
Cartesian initialPosition,
Cartesian initialVelocity,
Ellipsoid^ ellipsoid,
Motion<array<double>^> weights
)
new :
identification : string *
stateIndices : Motion<int[]> *
initialPosition : Cartesian *
initialVelocity : Cartesian *
ellipsoid : Ellipsoid *
weights : Motion<float[]> -> 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. - weights
- Type: AGI.FoundationMotionDouble
A set of weights associated with each value in the state to use when performing adaptive
step control with an AdaptiveNumericalIntegrator.
See Also