|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiOrekitStepHandler
This interface is copied from OrekitStepHandler and adapted to multi
propagation.
This interface is a space-dynamics aware step handler for propagation with several states.
It mirrors the StepHandler interface from commons-math
but provides a space-dynamics interface to the methods.
| Method Summary | |
|---|---|
void |
handleStep(MultiOrekitStepInterpolator interpolator,
boolean isLast)
Handle the current step. |
void |
init(Map<String,SpacecraftState> s0,
AbsoluteDate t)
Initialize step handler at the start of a propagation. |
| Method Detail |
|---|
void init(Map<String,SpacecraftState> s0,
AbsoluteDate t)
This method is called once at the start of the propagation. It may be used by the step handler to initialize some internal data if needed.
s0 - map of initial statest - target time for the integration
void handleStep(MultiOrekitStepInterpolator interpolator,
boolean isLast)
throws PropagationException
interpolator - interpolator set up for the current stepisLast - if true, this is the last integration step
PropagationException - if step cannot be handled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||