Uses of Interface
org.orekit.propagation.sampling.OrekitStepHandler
Packages that use OrekitStepHandler
Package
Description
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
Propagation
This package provides tools to represent and propagate covariance.
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 OrekitStepHandlerModifier and TypeClassDescriptionclassStep handlerpicking upmeasurementsfor bothSemiAnalyticalUnscentedKalmanEstimatorandSemiAnalyticalKalmanEstimator. -
Uses of OrekitStepHandler in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type OrekitStepHandlerModifier and TypeMethodDescriptiondefault voidPropagator.setStepHandler(OrekitStepHandler handler) Set a single handler for variable stepsizes. -
Uses of OrekitStepHandler in org.orekit.propagation.covariance
Methods in org.orekit.propagation.covariance that return OrekitStepHandlerModifier and TypeMethodDescriptionLinearKeplerianCovarianceHandler.toOrekitStepHandler()Convert into a non-fixed step handler, based on the instance (so do not use it elsewhere for something else). -
Uses of OrekitStepHandler in org.orekit.propagation.sampling
Classes in org.orekit.propagation.sampling that implement OrekitStepHandlerModifier and TypeClassDescriptionclassThis class wraps an object implementingOrekitFixedStepHandlerinto aOrekitStepHandler.classStep handler recording states.classThis class gathers severalOrekitStepHandlerinstances into one.Methods in org.orekit.propagation.sampling that return types with arguments of type OrekitStepHandlerModifier and TypeMethodDescriptionStepHandlerMultiplexer.getHandlers()Get an unmodifiable view of all handlers.Methods in org.orekit.propagation.sampling with parameters of type OrekitStepHandlerModifier and TypeMethodDescriptionvoidStepHandlerMultiplexer.add(OrekitStepHandler handler) Add a handler for variable size step.voidStepHandlerMultiplexer.remove(OrekitStepHandler handler) Remove a handler.