|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| OrekitFixedStepHandler | This interface is a space-dynamics aware fixed size step handler. |
| OrekitStepHandler | This interface is a space-dynamics aware step handler. |
| OrekitStepInterpolator | This interface is a space-dynamics aware step interpolator. |
| Class Summary | |
|---|---|
| AdaptedStepHandler | Adapt an OrekitStepHandler
to commons-math StepHandler interface. |
| BasicStepInterpolator | Implementation of the OrekitStepInterpolator interface based
on a Propagator. |
| OrekitStepHandlerMultiplexer | This class gathers several OrekitStepHandler instances into one. |
| OrekitStepNormalizer | This class wraps an object implementing OrekitFixedStepHandler
into a OrekitStepHandler. |
This package provides interfaces and classes dealing with step handling during propagation.
It is used when a Propagator is run in
master mode. In this mode, the
(master) propagator integration loop calls (slave) application callback methods at each
finalized step. The callback methods must implement the OrekitFixedStepHandler interface for fixed step sampling or
the OrekitStepHandler interface for variable step
sampling.
The low level interfaces and classes (OrekitXxx)
are heavily based on classes with similar names in the ode package from the commons math library. The changes are mainly
adaptations of the signatures to space dynamics:
double
to AbsoluteDatedouble[]
to SpacecraftState
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||