Uses of Interface
org.orekit.propagation.sampling.OrekitFixedStepHandler
-
Packages that use OrekitFixedStepHandler Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.org.orekit.propagation Propagationorg.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of OrekitFixedStepHandler in org.orekit.files.ccsds
Classes in org.orekit.files.ccsds that implement OrekitFixedStepHandler Modifier and Type Class Description classStreamingOemWriter.SegmentA writer for a segment of an OEM. -
Uses of OrekitFixedStepHandler in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type OrekitFixedStepHandler Modifier and Type Method Description voidAbstractPropagator. setMasterMode(double h, OrekitFixedStepHandler handler)Set the propagator to master mode with fixed steps.voidPropagator. setMasterMode(double h, OrekitFixedStepHandler handler)Set the propagator to master mode with fixed steps. -
Uses of OrekitFixedStepHandler in org.orekit.propagation.sampling
Constructors in org.orekit.propagation.sampling with parameters of type OrekitFixedStepHandler Constructor Description OrekitStepNormalizer(double h, OrekitFixedStepHandler handler)Simple constructor.
-