Uses of Interface
org.orekit.propagation.sampling.OrekitStepInterpolator

Packages that use OrekitStepInterpolator
fr.cnes.sirius.patrius.stela.propagation   
org.orekit.propagation.analytical   
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. 
 

Uses of OrekitStepInterpolator in fr.cnes.sirius.patrius.stela.propagation
 

Classes in fr.cnes.sirius.patrius.stela.propagation that implement OrekitStepInterpolator
 class StelaBasicInterpolator
           Basic Linear Step Interpolator for StelaAbstractPropagator.
 

Methods in fr.cnes.sirius.patrius.stela.propagation with parameters of type OrekitStepInterpolator
 void ForcesStepHandler.handleStep(OrekitStepInterpolator interpolator, boolean isLast)
           
 

Uses of OrekitStepInterpolator in org.orekit.propagation.analytical
 

Methods in org.orekit.propagation.analytical with parameters of type OrekitStepInterpolator
 void AnalyticalEphemerisModeHandler.handleStep(OrekitStepInterpolator interpolator, boolean isLast)
          Handle the current step.
 

Uses of OrekitStepInterpolator in org.orekit.propagation.events
 

Methods in org.orekit.propagation.events with parameters of type OrekitStepInterpolator
 boolean EventState.evaluateStep(OrekitStepInterpolator interpolator)
          Evaluate the impact of the proposed step on the event detector.
See Orekit issue 110 for more information.
 

Uses of OrekitStepInterpolator in org.orekit.propagation.sampling
 

Classes in org.orekit.propagation.sampling that implement OrekitStepInterpolator
 class AdaptedStepHandler
          Adapt an OrekitStepHandler to commons-math StepHandler interface.
 class BasicStepInterpolator
          Implementation of the OrekitStepInterpolator interface based on a Propagator.
 

Methods in org.orekit.propagation.sampling with parameters of type OrekitStepInterpolator
 void OrekitStepHandler.handleStep(OrekitStepInterpolator interpolator, boolean isLast)
          Handle the current step.
 void OrekitStepNormalizer.handleStep(OrekitStepInterpolator interpolator, boolean isLast)
          Handle the last accepted step.
 void OrekitStepHandlerMultiplexer.handleStep(OrekitStepInterpolator interpolator, boolean isLast)
          Handle the current step.
 



Copyright © 2017 CNES. All Rights Reserved.