List of usage examples for org.apache.commons.math.ode.sampling StepHandler interface-usage
From source file org.orekit.propagation.sampling.AdaptedStepHandler.java
/** Adapt an {@link org.orekit.propagation.sampling.OrekitStepHandler} * to commons-math {@link StepHandler} interface. * @author Luc Maisonobe * @version $Revision$ $Date$ */ public class AdaptedStepHandler implements OrekitStepInterpolator, StepHandler, ModeHandler, Serializable {
From source file org.orekit.propagation.numerical.IntegratedEphemeris.java
/** This class stores sequentially generated orbital parameters for
* later retrieval.
*
* <p>
* Instances of this class are built and then must be fed with the results
* provided by {@link org.orekit.propagation.Propagator Propagator} objects