Uses of Class
org.orekit.forces.maneuvers.ImpulseManeuver
-
Packages that use ImpulseManeuver Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator. -
-
Uses of ImpulseManeuver in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ImpulseManeuver Modifier and Type Method Description protected ImpulseManeuver
ImpulseManeuver. create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
Build a new instance. -
Uses of ImpulseManeuver in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return types with arguments of type ImpulseManeuver Modifier and Type Method Description protected List<ImpulseManeuver>
AbstractAnalyticalPropagatorBuilder. getImpulseManeuvers()
Protected getter for the impulse maneuvers.Methods in org.orekit.propagation.conversion with parameters of type ImpulseManeuver Modifier and Type Method Description void
AbstractAnalyticalPropagatorBuilder. addImpulseManeuver(ImpulseManeuver impulseManeuver)
Add impulse maneuver.void
NumericalPropagatorBuilder. addImpulseManeuver(ImpulseManeuver impulseManeuver)
Add impulse maneuver.
-