Uses of Interface
org.orekit.propagation.sampling.OrekitStepHandler
-
Packages that use OrekitStepHandler Package Description org.orekit.propagation Propagationorg.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of OrekitStepHandler in org.orekit.propagation
Methods in org.orekit.propagation that return OrekitStepHandler Modifier and Type Method Description protected OrekitStepHandlerAbstractPropagator. getStepHandler()Get the step handler.Methods in org.orekit.propagation with parameters of type OrekitStepHandler Modifier and Type Method Description voidAbstractPropagator. setEphemerisMode(OrekitStepHandler handler)Set the propagator to ephemeris generation mode with the specified handler for each integration step.voidPropagator. setEphemerisMode(OrekitStepHandler handler)Set the propagator to ephemeris generation mode with the specified handler for each integration step.voidAbstractPropagator. setMasterMode(OrekitStepHandler handler)Set the propagator to master mode with variable steps.voidPropagator. setMasterMode(OrekitStepHandler handler)Set the propagator to master mode with variable steps. -
Uses of OrekitStepHandler in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration with parameters of type OrekitStepHandler Modifier and Type Method Description voidAbstractIntegratedPropagator. setEphemerisMode(OrekitStepHandler handler)Set the propagator to ephemeris generation mode with the specified handler for each integration step.voidAbstractIntegratedPropagator. setMasterMode(OrekitStepHandler handler)Set the propagator to master mode with variable steps. -
Uses of OrekitStepHandler in org.orekit.propagation.sampling
Classes in org.orekit.propagation.sampling that implement OrekitStepHandler Modifier and Type Class Description classOrekitStepHandlerMultiplexerThis class gathers severalOrekitStepHandlerinstances into one.classOrekitStepNormalizerThis class wraps an object implementingOrekitFixedStepHandlerinto aOrekitStepHandler.Methods in org.orekit.propagation.sampling with parameters of type OrekitStepHandler Modifier and Type Method Description voidOrekitStepHandlerMultiplexer. add(OrekitStepHandler handler)Add a step handler.
-