Uses of Interface
org.orekit.propagation.analytical.AdapterPropagator.DifferentialEffect
Packages that use AdapterPropagator.DifferentialEffect
Package
Description
This package provides models of simple maneuvers.
Top level package for analytical propagators.
-
Uses of AdapterPropagator.DifferentialEffect in org.orekit.forces.maneuvers
Classes in org.orekit.forces.maneuvers that implement AdapterPropagator.DifferentialEffectModifier and TypeClassDescriptionclassAnalytical model for small maneuvers. -
Uses of AdapterPropagator.DifferentialEffect in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement AdapterPropagator.DifferentialEffectMethods in org.orekit.propagation.analytical that return types with arguments of type AdapterPropagator.DifferentialEffectMethods in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffectModifier and TypeMethodDescriptionvoidAdapterPropagator.addEffect(AdapterPropagator.DifferentialEffect effect) Add a differential effect.Constructors in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffectModifierConstructorDescriptionJ2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, double referenceRadius, double mu, double j2) Simple constructor.J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, UnnormalizedSphericalHarmonicsProvider gravityField) Simple constructor.