Uses of Interface
org.orekit.propagation.sampling.MultiSatStepHandler
-
Packages that use MultiSatStepHandler Package Description org.orekit.propagation Propagationorg.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of MultiSatStepHandler in org.orekit.propagation
Constructors in org.orekit.propagation with parameters of type MultiSatStepHandler Constructor Description PropagatorsParallelizer(List<Propagator> propagators, MultiSatStepHandler globalHandler)
Simple constructor. -
Uses of MultiSatStepHandler in org.orekit.propagation.sampling
Classes in org.orekit.propagation.sampling that implement MultiSatStepHandler Modifier and Type Class Description class
MultisatStepNormalizer
This class wraps an object implementingMultiSatFixedStepHandler
into aMultiSatStepHandler
.
-