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 classSemiAnalyticalMeasurementHandlerStep handlerpicking upmeasurementsfor bothSemiAnalyticalUnscentedKalmanEstimatorandSemiAnalyticalKalmanEstimator. -
Uses of OrekitStepHandler in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type OrekitStepHandler Modifier and Type Method Description default voidPropagator. 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 classOrekitStepNormalizerThis class wraps an object implementingOrekitFixedStepHandlerinto aOrekitStepHandler.classStepHandlerMultiplexerThis class gathers severalOrekitStepHandlerinstances 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 voidStepHandlerMultiplexer. add(OrekitStepHandler handler)Add a handler for variable size step.voidStepHandlerMultiplexer. remove(OrekitStepHandler handler)Remove a handler.
-