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.covariance This package provides tools to represent and propagate covariance.org.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.covariance
Methods in org.orekit.propagation.covariance that return OrekitStepHandler Modifier and Type Method Description OrekitStepHandlerLinearKeplerianCovarianceHandler. 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 OrekitStepHandler Modifier and Type Class Description classOrekitStepNormalizerThis class wraps an object implementingOrekitFixedStepHandlerinto aOrekitStepHandler.classPropagationStepRecorderStep handler recording states.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.
-