|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 add
public 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 OrekitStepHandlers0 - initial statet - target time for the integration
public void handleStep(OrekitStepInterpolator interpolator,
boolean isLast)
throws PropagationException
handleStep in interface OrekitStepHandlerinterpolator - 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 | |||||||||