Uses of Class
org.orekit.propagation.integration.AbstractIntegratedPropagator
-
Packages that use AbstractIntegratedPropagator Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.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 AbstractIntegratedPropagator in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return AbstractIntegratedPropagator Modifier and Type Method Description AbstractIntegratedPropagator[]
PythonAbstractBatchLSModel. createPropagators(RealVector point)
Create the propagators and parameters corresponding to an evaluation point. -
Uses of AbstractIntegratedPropagator in org.orekit.propagation.integration
Subclasses of AbstractIntegratedPropagator in org.orekit.propagation.integration Modifier and Type Class Description class
PythonAbstractIntegratedPropagator
-
Uses of AbstractIntegratedPropagator in org.orekit.propagation.numerical
Subclasses of AbstractIntegratedPropagator in org.orekit.propagation.numerical Modifier and Type Class Description class
GLONASSNumericalPropagator
This class propagates GLONASS orbits using numerical integration.class
NumericalPropagator
This class propagatesorbits
using numerical integration. -
Uses of AbstractIntegratedPropagator in org.orekit.propagation.semianalytical.dsst
Subclasses of AbstractIntegratedPropagator in org.orekit.propagation.semianalytical.dsst Modifier and Type Class Description class
DSSTPropagator
This class propagatesorbits
using the DSST theory.
-