Uses of Interface
org.orekit.propagation.sampling.OrekitStepHandler
-
Packages that use OrekitStepHandler Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation Propagationorg.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of OrekitStepHandler in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement OrekitStepHandler Modifier and Type Class Description class
SemiAnalyticalMeasurementHandler
Step handler
picking upmeasurements
for bothSemiAnalyticalUnscentedKalmanEstimator
andSemiAnalyticalKalmanEstimator
. -
Uses of OrekitStepHandler in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type OrekitStepHandler Modifier and Type Method Description default void
Propagator. setStepHandler(OrekitStepHandler handler)
Set a single handler for variable stepsizes. -
Uses of OrekitStepHandler in org.orekit.propagation.sampling
Classes in org.orekit.propagation.sampling that implement OrekitStepHandler Modifier and Type Class Description class
OrekitStepNormalizer
This class wraps an object implementingOrekitFixedStepHandler
into aOrekitStepHandler
.class
StepHandlerMultiplexer
This class gathers severalOrekitStepHandler
instances into one.Methods in org.orekit.propagation.sampling that return types with arguments of type OrekitStepHandler Modifier and Type Method Description List<OrekitStepHandler>
StepHandlerMultiplexer. getHandlers()
Get an unmodifiable view of all handlers.Methods in org.orekit.propagation.sampling with parameters of type OrekitStepHandler Modifier and Type Method Description void
StepHandlerMultiplexer. add(OrekitStepHandler handler)
Add a handler for variable size step.void
StepHandlerMultiplexer. remove(OrekitStepHandler handler)
Remove a handler.
-