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 ofSpacecraftStateinto another propagator. -
-
Uses of ImpulseManeuver in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ImpulseManeuver Modifier and Type Method Description ImpulseManeuverImpulseManeuver. withDetectionSettings(EventDetectionSettings eventDetectionSettings)Creates a copy with different event detection settings. -
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 voidAbstractAnalyticalPropagatorBuilder. addImpulseManeuver(ImpulseManeuver impulseManeuver)Add impulse maneuver.voidNumericalPropagatorBuilder. addImpulseManeuver(ImpulseManeuver impulseManeuver)Add impulse maneuver.
-