Uses of Interface
org.orekit.propagation.analytical.AdapterPropagator.DifferentialEffect

Packages that use AdapterPropagator.DifferentialEffect
org.orekit.forces.maneuvers This package provides models of simple maneuvers. 
org.orekit.propagation.analytical   
 

Uses of AdapterPropagator.DifferentialEffect in org.orekit.forces.maneuvers
 

Classes in org.orekit.forces.maneuvers that implement AdapterPropagator.DifferentialEffect
 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
 class J2DifferentialEffect
          Analytical model for J2 effect.
 

Methods in org.orekit.propagation.analytical that return types with arguments of type AdapterPropagator.DifferentialEffect
 List<AdapterPropagator.DifferentialEffect> AdapterPropagator.getEffects()
          Get the differential effects.
 

Methods in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffect
 void AdapterPropagator.addEffect(AdapterPropagator.DifferentialEffect effect)
          Add a differential effect.
 

Constructors in org.orekit.propagation.analytical with parameters of type AdapterPropagator.DifferentialEffect
J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, double referenceRadius, double mu, double j2)
          Simple constructor.
J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, PotentialCoefficientsProvider gravityField)
          Simple constructor.
 



Copyright © 2017 CNES. All Rights Reserved.