Uses of Interface
org.orekit.propagation.sampling.MultiSatFixedStepHandler
Packages that use MultiSatFixedStepHandler
Package
Description
Propagation
This package provides interfaces and classes dealing with step handling during propagation.
-
Uses of MultiSatFixedStepHandler in org.orekit.propagation
Constructors in org.orekit.propagation with parameters of type MultiSatFixedStepHandlerModifierConstructorDescriptionPropagatorsParallelizer(List<Propagator> propagators, double h, MultiSatFixedStepHandler globalHandler) Simple constructor. -
Uses of MultiSatFixedStepHandler in org.orekit.propagation.sampling
Methods in org.orekit.propagation.sampling that return MultiSatFixedStepHandlerModifier and TypeMethodDescriptionMultisatStepNormalizer.getFixedStepHandler()Get the underlying fixed step handler.Constructors in org.orekit.propagation.sampling with parameters of type MultiSatFixedStepHandlerModifierConstructorDescriptionMultisatStepNormalizer(double h, MultiSatFixedStepHandler handler) Simple constructor.