Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldEventState.evaluateStep(FieldOrekitStepInterpolator<T> interpolator)
Evaluate the impact of the proposed step on the event detector.
|
void |
FieldEventState.reinitializeBegin(FieldOrekitStepInterpolator<T> interpolator)
Reinitialize the beginning of the step.
|
boolean |
FieldEventState.tryAdvance(FieldSpacecraftState<T> state,
FieldOrekitStepInterpolator<T> interpolator)
Try to accept the current history up to the given time.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldOrekitStepHandler.handleStep(FieldOrekitStepInterpolator<T> interpolator,
boolean isLast)
Handle the current step.
|
void |
FieldOrekitStepHandlerMultiplexer.handleStep(FieldOrekitStepInterpolator<T> interpolator,
boolean isLast)
Handle the current step.
|
void |
FieldOrekitStepNormalizer.handleStep(FieldOrekitStepInterpolator<T> interpolator,
boolean isLast)
Handle the last accepted step.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.