|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.propagation.sampling.OrekitStepHandlerMultiplexer
public class OrekitStepHandlerMultiplexer
This class gathers several OrekitStepHandler
instances into one.
Constructor Summary | |
---|---|
OrekitStepHandlerMultiplexer()
Simple constructor. |
Method Summary | |
---|---|
void |
add(OrekitStepHandler handler)
Add a step handler. |
void |
handleStep(OrekitStepInterpolator interpolator,
boolean isLast)
Handle the current step. |
void |
init(SpacecraftState s0,
AbsoluteDate t)
Initialize step handler at the start of a propagation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrekitStepHandlerMultiplexer()
Method Detail |
---|
public void add(OrekitStepHandler handler)
handler
- step handler to addpublic void init(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.
init
in interface OrekitStepHandler
s0
- initial statet
- target time for the integrationpublic void handleStep(OrekitStepInterpolator interpolator, boolean isLast) throws PropagationException
handleStep
in interface OrekitStepHandler
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 |