Uses of Class
org.orekit.forces.maneuvers.ImpulseManeuver
Packages that use ImpulseManeuver
Package
Description
Package relative provides classes to compute typical maneuvers of relative proximity operations (RPO).
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.control.relative
Methods in org.orekit.control.relative that return types with arguments of type ImpulseManeuverModifier and TypeMethodDescriptiondefault List<ImpulseManeuver> RPO.convertToImpulseManeuver(List<RelativeManeuver> maneuvers, Orbit targetOrbit, double isp) Convert the relative maneuvers into Impulse maneuvers in the targetOrbit frame. -
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.