Uses of Class
org.orekit.forces.maneuvers.Maneuver
Packages that use Maneuver
Package
Description
This package provides models of simple maneuvers.
Generators for columns of Jacobian matrices related to maneuver parameters.
-
Uses of Maneuver in org.orekit.forces.maneuvers
Subclasses of Maneuver in org.orekit.forces.maneuversModifier and TypeClassDescriptionclassThis class implements a simple maneuver with constant thrust. -
Uses of Maneuver in org.orekit.forces.maneuvers.jacobians
Constructors in org.orekit.forces.maneuvers.jacobians with parameters of type ManeuverModifierConstructorDescriptionMassDepletionDelay(String triggerName, boolean manageStart, Maneuver maneuver, ForceModel... nonGravitationalForces) Constructor.TriggerDate(String stmName, String triggerName, boolean manageStart, Maneuver maneuver, double threshold, boolean isMassInStm, ForceModel... nonGravitationalForces) Constructor.TriggerDate(String stmName, String triggerName, boolean manageStart, Maneuver maneuver, double threshold, ForceModel... nonGravitationalForces) Constructor without mass as state variable in transition matrix.