Uses of Interface
org.orekit.propagation.Propagator
-
Packages that use Propagator Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of Propagator in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type Propagator Modifier and Type Method Description voidAttitudesSequence. registerSwitchEvents(Propagator propagator)Register all wrapped switch events to the propagator. -
Uses of Propagator in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return Propagator Modifier and Type Method Description PropagatorGenerator. getPropagator(ObservableSatellite satellite)Get a registered propagator.Methods in org.orekit.estimation.measurements.generation with parameters of type Propagator Modifier and Type Method Description ObservableSatelliteGenerator. addPropagator(Propagator propagator)Add a propagator.Constructors in org.orekit.estimation.measurements.generation with parameters of type Propagator Constructor Description EventBasedScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Propagator propagator, EventDetector detector, SignSemantic signSemantic)Simple constructor. -
Uses of Propagator in org.orekit.gnss
Method parameters in org.orekit.gnss with type arguments of type Propagator Modifier and Type Method Description DOPDOPComputer. compute(AbsoluteDate date, List<Propagator> gnss)Compute theDOPat a given date for a set of GNSS spacecrafts. -
Uses of Propagator in org.orekit.propagation
Subinterfaces of Propagator in org.orekit.propagation Modifier and Type Interface Description interfaceBoundedPropagatorThis interface is intended for ephemerides valid only during a time range.Classes in org.orekit.propagation that implement Propagator Modifier and Type Class Description classAbstractPropagatorCommon handling ofPropagatormethods for analytical propagators.Methods in org.orekit.propagation that return types with arguments of type Propagator Modifier and Type Method Description List<Propagator>PropagatorsParallelizer. getPropagators()Get an unmodifiable list of the underlying mono-satellite propagators.Constructor parameters in org.orekit.propagation with type arguments of type Propagator Constructor Description PropagatorsParallelizer(List<Propagator> propagators, MultiSatStepHandler globalHandler)Simple constructor. -
Uses of Propagator in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement Propagator Modifier and Type Class Description classAbstractAnalyticalPropagatorCommon handling ofPropagatormethods for analytical propagators.classAdapterPropagatorOrbit propagator that adapts an underlying propagator, addingdifferential effects.classAggregateBoundedPropagatorABoundedPropagatorthat covers a larger time span from several constituent propagators that cover shorter time spans.classEcksteinHechlerPropagatorThis class propagates aSpacecraftStateusing the analytical Eckstein-Hechler model.classEphemerisThis class is designed to accept and handle tabulated orbital entries.classKeplerianPropagatorSimple Keplerian orbit propagator.Methods in org.orekit.propagation.analytical that return Propagator Modifier and Type Method Description PropagatorAdapterPropagator. getPropagator()Get the reference propagator.Constructors in org.orekit.propagation.analytical with parameters of type Propagator Constructor Description AdapterPropagator(Propagator reference)Build a propagator from an underlying reference propagator. -
Uses of Propagator in org.orekit.propagation.analytical.gnss
Classes in org.orekit.propagation.analytical.gnss that implement Propagator Modifier and Type Class Description classGPSPropagatorThis class aims at propagating a GPS orbit fromGPSOrbitalElements. -
Uses of Propagator in org.orekit.propagation.analytical.tle
Classes in org.orekit.propagation.analytical.tle that implement Propagator Modifier and Type Class Description classDeepSDP4This class contains the methods that compute deep space perturbation terms.classSGP4This class contains methods to compute propagated coordinates with the SGP4 model.classTLEPropagatorThis class provides elements to propagate TLE's. -
Uses of Propagator in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return Propagator Modifier and Type Method Description PropagatorEcksteinHechlerPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator.PropagatorKeplerianPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator.PropagatorPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator.PropagatorTLEPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator.PropagatorAbstractPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)Find the propagator that minimize the mean square error for a sample ofstates.PropagatorAbstractPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)Find the propagator that minimize the mean square error for a sample ofstates.PropagatorAbstractPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, String... freeParameters)Convert a propagator to another.PropagatorAbstractPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, List<String> freeParameters)Convert a propagator to another.PropagatorPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)Find the propagator that minimize the mean square error for a sample ofstates.PropagatorPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)Find the propagator that minimize the mean square error for a sample ofstates.PropagatorPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, String... freeParameters)Convert a propagator into another one.PropagatorPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, List<String> freeParameters)Convert a propagator into another one.PropagatorAbstractPropagatorConverter. getAdaptedPropagator()Get the adapted propagator.Methods in org.orekit.propagation.conversion with parameters of type Propagator Modifier and Type Method Description PropagatorAbstractPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, String... freeParameters)Convert a propagator to another.PropagatorAbstractPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, List<String> freeParameters)Convert a propagator to another.PropagatorPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, String... freeParameters)Convert a propagator into another one.PropagatorPropagatorConverter. convert(Propagator source, double timeSpan, int nbPoints, List<String> freeParameters)Convert a propagator into another one.Constructors in org.orekit.propagation.conversion with parameters of type Propagator Constructor Description OsculatingToMeanElementsConverter(SpacecraftState state, int satelliteRevolution, Propagator propagator, double positionScale)Constructor. -
Uses of Propagator in org.orekit.propagation.integration
Classes in org.orekit.propagation.integration that implement Propagator Modifier and Type Class Description classAbstractIntegratedPropagatorCommon handling ofPropagatormethods for both numerical and semi-analytical propagators.classIntegratedEphemerisThis class stores sequentially generated orbital parameters for later retrieval. -
Uses of Propagator in org.orekit.propagation.numerical
Classes in org.orekit.propagation.numerical that implement Propagator Modifier and Type Class Description classNumericalPropagatorThis class propagatesorbitsusing numerical integration. -
Uses of Propagator in org.orekit.propagation.semianalytical.dsst
Classes in org.orekit.propagation.semianalytical.dsst that implement Propagator Modifier and Type Class Description classDSSTPropagatorThis class propagatesorbitsusing the DSST theory.
-