Uses of Class
org.orekit.forces.maneuvers.ImpulseManeuver
Packages that use ImpulseManeuver
Package
Description
This package provides models of simple maneuvers.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of ImpulseManeuver in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ImpulseManeuverModifier and TypeMethodDescriptionImpulseManeuver.withDetectionSettings(EventDetectionSettings eventDetectionSettings) Creates a copy with different event detection settings.Constructors in org.orekit.forces.maneuvers with parameters of type ImpulseManeuverModifierConstructorDescriptionFieldImpulseManeuver(Field<T> field, ImpulseManeuver maneuver) Constructor from non-Field impulse maneuver. -
Uses of ImpulseManeuver in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return types with arguments of type ImpulseManeuverModifier and TypeMethodDescriptionprotected List<ImpulseManeuver> AbstractAnalyticalPropagatorBuilder.getImpulseManeuvers()Protected getter for the impulse maneuvers.Methods in org.orekit.propagation.conversion with parameters of type ImpulseManeuverModifier and TypeMethodDescriptionvoidAbstractAnalyticalPropagatorBuilder.addImpulseManeuver(ImpulseManeuver impulseManeuver) Add impulse maneuver.voidNumericalPropagatorBuilder.addImpulseManeuver(ImpulseManeuver impulseManeuver) Add impulse maneuver.