Uses of Interface
org.orekit.propagation.sampling.MultiSatFixedStepHandler
-
Packages that use MultiSatFixedStepHandler Package Description org.orekit.propagation Propagationorg.orekit.propagation.sampling 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 MultiSatFixedStepHandler Constructor Description PropagatorsParallelizer(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 MultiSatFixedStepHandler Modifier and Type Method Description MultiSatFixedStepHandler
MultisatStepNormalizer. getFixedStepHandler()
Get the underlying fixed step handler.Constructors in org.orekit.propagation.sampling with parameters of type MultiSatFixedStepHandler Constructor Description MultisatStepNormalizer(double h, MultiSatFixedStepHandler handler)
Simple constructor.
-