BallisticPropagator Properties |
The BallisticPropagator type exposes the following members.
Name | Description | |
---|---|---|
CentralBody |
Gets or sets the central body that the InitialPosition and target position are located on. By default this is set
to the Earth in the CentralBodiesFacet in the CalculationContext.
| |
FinalTime |
Gets or sets the time at which the object arrives at its target position. Generally this property and
InitialVelocity are calculated by calling the configuration method that corresponds to your
desired constraint.
| |
GravitationalParameter |
Gets or sets the gravitational parameter of the CentralBody. By default this is set to
GravitationalParameter.
| |
InitialPosition |
Gets or sets the initial point of the ballistic trajectory, in the
CentralBody's inertial frame. You can use
ConfigureInitialPositionFromCartographic(Cartographic) or ConfigureInitialPositionFromFixedCartesian(Cartesian)
to easily set this property from fixed coordinates if the InitialTime has already been set.
| |
InitialTime |
Gets or sets the time at which the object leaves the InitialPosition and begins its ballistic flight.
| |
InitialVelocity |
Gets or sets the initial velocity of the ballistic trajectory, in the
CentralBody's inertial frame. Generally this property and
FinalTime are calculated by calling the configuration method that corresponds to your
desired constraint.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) |