Uses of Interface
org.orekit.propagation.analytical.AdapterPropagator.DifferentialEffect
-
Packages that use AdapterPropagator.DifferentialEffect Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.propagation.analytical Top level package for analytical propagators. -
-
Uses of AdapterPropagator.DifferentialEffect in org.orekit.forces.maneuvers
Classes in org.orekit.forces.maneuvers that implement AdapterPropagator.DifferentialEffect Modifier and Type Class Description class
SmallManeuverAnalyticalModel
Analytical model for small maneuvers. -
Uses of AdapterPropagator.DifferentialEffect in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement AdapterPropagator.DifferentialEffect Modifier and Type Class Description class
J2DifferentialEffect
Analytical model for J2 effect.Methods in org.orekit.propagation.analytical that return types with arguments of type AdapterPropagator.DifferentialEffect Modifier and Type Method Description List<AdapterPropagator.DifferentialEffect>
AdapterPropagator. getEffects()
Get the differential effects.Methods in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffect Modifier and Type Method Description void
AdapterPropagator. addEffect(AdapterPropagator.DifferentialEffect effect)
Add a differential effect.Constructors in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffect Constructor Description J2DifferentialEffect(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.
-