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 |
EventState.evaluateStep(OrekitStepInterpolator interpolator)
Evaluate the impact of the proposed step on the event detector.
|
Modifier and Type | Method and Description |
---|---|
void |
OrekitStepHandlerMultiplexer.handleStep(OrekitStepInterpolator interpolator,
boolean isLast)
Handle the current step.
|
void |
OrekitStepNormalizer.handleStep(OrekitStepInterpolator interpolator,
boolean isLast)
Handle the last accepted step.
|
void |
OrekitStepHandler.handleStep(OrekitStepInterpolator interpolator,
boolean isLast)
Handle the current step.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.