public class BallisticTrajectoryInformation extends Object
Modifier and Type | Method and Description |
---|---|
double |
getApogeeAltitude()
Gets the altitude of the object at the apogee of its trajectory, in meters.
|
double |
getAzimuth()
Gets the azimuth angle of the direction of the object's departure from the
InitialPosition (get ), in radians. |
CentralBody |
getCentralBody()
|
double |
getDeltaV()
Gets the magnitude of the impulsive velocity change at the start of the trajectory in meters per second.
|
double |
getElevation()
Gets the elevation angle of the direction of the object's departure from the
InitialPosition (get ), in radians. |
Motion1<Cartesian> |
getFinalConditionsFixed()
|
Motion1<Cartesian> |
getFinalConditionsInertial()
|
Cartographic |
getFinalPosition()
|
JulianDate |
getFinalTime()
Gets the time at which the object arrives at the
FinalPosition (get ) |
Duration |
getFlightDuration()
|
double |
getGravitationalParameter()
Gets the gravitational parameter of the
CentralBody (get ). |
Motion1<Cartesian> |
getInitialConditionsFixed()
|
Motion1<Cartesian> |
getInitialConditionsInertial()
|
Cartographic |
getInitialPosition()
|
JulianDate |
getInitialTime()
Gets the time at which the object leaves the
InitialPosition (get ) |
@Nonnull public final JulianDate getInitialTime()
InitialPosition
(get
)@Nonnull public final JulianDate getFinalTime()
FinalPosition
(get
)@Nonnull public final Cartographic getInitialPosition()
@Nonnull public final Motion1<Cartesian> getInitialConditionsInertial()
public final double getDeltaV()
CentralBody
(get
) fixed frame.public final double getAzimuth()
InitialPosition
(get
), in radians.public final double getElevation()
InitialPosition
(get
), in radians.public final double getApogeeAltitude()
@Nonnull public final Cartographic getFinalPosition()
public final CentralBody getCentralBody()
public final double getGravitationalParameter()
CentralBody
(get
).