Uses of Interface
org.orekit.propagation.conversion.osc2mean.MeanTheory
-
Packages that use MeanTheory Package Description org.orekit.propagation.conversion.osc2mean This package provides the ability to convert osculating orbits into mean orbits according to different theories (Brouwer-Lyddane, Eckstein-Hechler, SGP4/SDP4, DSST) with different conversion algorithms (fixed-point, least-squares). -
-
Uses of MeanTheory in org.orekit.propagation.conversion.osc2mean
Classes in org.orekit.propagation.conversion.osc2mean that implement MeanTheory Modifier and Type Class Description class
BrouwerLyddaneTheory
Brouwer-Lyddane theory for osculating to mean orbit conversion.class
DSSTTheory
DSST theory for osculating to mean orbit conversion.class
EcksteinHechlerTheory
Eckstein-Hechler theory for osculating to mean orbit conversion.class
TLETheory
TLE, i.e.Methods in org.orekit.propagation.conversion.osc2mean that return MeanTheory Modifier and Type Method Description MeanTheory
FixedPointConverter. getMeanTheory()
Gets the theory defining the mean orbit.MeanTheory
LeastSquaresConverter. getMeanTheory()
Gets the theory defining the mean orbit.MeanTheory
OsculatingToMeanConverter. getMeanTheory()
Gets the theory defining the mean orbit.Methods in org.orekit.propagation.conversion.osc2mean with parameters of type MeanTheory Modifier and Type Method Description void
FixedPointConverter. setMeanTheory(MeanTheory meanTheory)
Sets the theory defining the mean orbit.void
LeastSquaresConverter. setMeanTheory(MeanTheory meanTheory)
Sets the theory defining the mean orbit.void
OsculatingToMeanConverter. setMeanTheory(MeanTheory theory)
Sets the theory defining the mean orbit.Constructors in org.orekit.propagation.conversion.osc2mean with parameters of type MeanTheory Constructor Description FixedPointConverter(MeanTheory theory)
Constructor.FixedPointConverter(MeanTheory theory, double threshold, int maxIterations, double damping)
Constructor.LeastSquaresConverter(MeanTheory theory)
Constructor.LeastSquaresConverter(MeanTheory theory, LeastSquaresOptimizer optimizer)
Constructor.LeastSquaresConverter(MeanTheory theory, LeastSquaresOptimizer optimizer, double threshold, int maxIterations)
Constructor.
-