Uses of Class
org.orekit.propagation.analytical.tle.TLEPropagator
-
Packages that use TLEPropagator Package Description 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 ofSpacecraftState
into another propagator. -
-
Uses of TLEPropagator in org.orekit.propagation.analytical.tle
Subclasses of TLEPropagator in org.orekit.propagation.analytical.tle Modifier and Type Class Description class
DeepSDP4
This class contains the methods that compute deep space perturbation terms.class
SGP4
This class contains methods to compute propagated coordinates with the SGP4 model.Methods in org.orekit.propagation.analytical.tle that return TLEPropagator Modifier and Type Method Description static TLEPropagator
TLEPropagator. selectExtrapolator(TLE tle)
Selects the extrapolator to use with the selected TLE.static TLEPropagator
TLEPropagator. selectExtrapolator(TLE tle, AttitudeProvider attitudeProvider, double mass)
Selects the extrapolator to use with the selected TLE.static TLEPropagator
TLEPropagator. selectExtrapolator(TLE tle, AttitudeProvider attitudeProvider, double mass, Frame teme)
Selects the extrapolator to use with the selected TLE.static TLEPropagator
TLEPropagator. selectExtrapolator(TLE tle, Frame teme)
Selects the extrapolator to use with the selected TLE. -
Uses of TLEPropagator in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return TLEPropagator Modifier and Type Method Description TLEPropagator
TLEPropagatorBuilder. buildPropagator(double[] normalizedParameters)
Build a propagator.
-