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 classBrouwerLyddaneTheoryBrouwer-Lyddane theory for osculating to mean orbit conversion.classDSSTTheoryDSST theory for osculating to mean orbit conversion.classEcksteinHechlerTheoryEckstein-Hechler theory for osculating to mean orbit conversion.classTLETheoryTLE, i.e.Methods in org.orekit.propagation.conversion.osc2mean that return MeanTheory Modifier and Type Method Description MeanTheoryFixedPointConverter. getMeanTheory()Gets the theory defining the mean orbit.MeanTheoryLeastSquaresConverter. getMeanTheory()Gets the theory defining the mean orbit.MeanTheoryOsculatingToMeanConverter. 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 voidFixedPointConverter. setMeanTheory(MeanTheory meanTheory)Sets the theory defining the mean orbit.voidLeastSquaresConverter. setMeanTheory(MeanTheory meanTheory)Sets the theory defining the mean orbit.voidOsculatingToMeanConverter. 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.
-