Uses of Class
org.orekit.forces.maneuvers.Maneuver
-
Packages that use Maneuver Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.jacobians 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.maneuvers Modifier and Type Class Description class
ConfigurableLowThrustManeuver
This class implements a configurable low thrust maneuver.class
ConstantThrustManeuver
This 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 Maneuver Constructor Description MassDepletionDelay(String triggerName, boolean manageStart, Maneuver maneuver)
Simple constructor.TriggerDate(String stmName, String triggerName, boolean manageStart, Maneuver maneuver, double threshold)
Simple constructor.
-