Uses of Interface
org.orekit.propagation.sampling.OrekitFixedStepHandler
-
Packages that use OrekitFixedStepHandler Package Description org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.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.ndm.adm.aem
Classes in org.orekit.files.ccsds.ndm.adm.aem that implement OrekitFixedStepHandler Modifier and Type Class Description class
StreamingAemWriter.SegmentWriter
A writer for a segment of an AEM. -
Uses of OrekitFixedStepHandler in org.orekit.files.ccsds.ndm.odm.ocm
Classes in org.orekit.files.ccsds.ndm.odm.ocm that implement OrekitFixedStepHandler Modifier and Type Class Description class
StreamingOcmWriter.BlockWriter
A writer for a trajectory state history block of an OCM. -
Uses of OrekitFixedStepHandler in org.orekit.files.ccsds.ndm.odm.oem
Classes in org.orekit.files.ccsds.ndm.odm.oem that implement OrekitFixedStepHandler Modifier and Type Class Description class
StreamingOemWriter.SegmentWriter
A writer for a segment of an OEM. -
Uses of OrekitFixedStepHandler in org.orekit.files.ilrs
Classes in org.orekit.files.ilrs that implement OrekitFixedStepHandler Modifier and Type Class Description class
StreamingCpfWriter.Segment
A writer for a segment of a CPF. -
Uses of OrekitFixedStepHandler in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type OrekitFixedStepHandler Modifier and Type Method Description default void
Propagator. setStepHandler(double h, OrekitFixedStepHandler handler)
Set a single handler for fixed stepsizes. -
Uses of OrekitFixedStepHandler in org.orekit.propagation.sampling
Methods in org.orekit.propagation.sampling that return OrekitFixedStepHandler Modifier and Type Method Description OrekitFixedStepHandler
OrekitStepNormalizer. getFixedStepHandler()
Get the underlying fixed step handler.Methods in org.orekit.propagation.sampling with parameters of type OrekitFixedStepHandler Modifier and Type Method Description void
StepHandlerMultiplexer. add(double h, OrekitFixedStepHandler handler)
Add a handler for fixed size step.void
StepHandlerMultiplexer. remove(OrekitFixedStepHandler handler)
Remove a handler.Constructors in org.orekit.propagation.sampling with parameters of type OrekitFixedStepHandler Constructor Description OrekitStepNormalizer(double h, OrekitFixedStepHandler handler)
Simple constructor.
-