Uses of Class
org.orekit.propagation.integration.FieldAbstractIntegratedPropagator
Packages that use FieldAbstractIntegratedPropagator
Package
Description
Top level package for numerical propagators.
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
-
Uses of FieldAbstractIntegratedPropagator in org.orekit.propagation.numerical
Subclasses of FieldAbstractIntegratedPropagator in org.orekit.propagation.numericalModifier and TypeClassDescriptionclassFieldNumericalPropagator<T extends CalculusFieldElement<T>>This class propagatesorbitsusing numerical integration. -
Uses of FieldAbstractIntegratedPropagator in org.orekit.propagation.semianalytical.dsst
Modifier and TypeClassDescriptionclassFieldDSSTPropagator<T extends CalculusFieldElement<T>>This class propagatesorbitsusing the DSST theory.