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 ofSpacecraftStateinto 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 classDeepSDP4This class contains the methods that compute deep space perturbation terms.classSGP4This 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 TLEPropagatorTLEPropagator. selectExtrapolator(TLE tle)Selects the extrapolator to use with the selected TLE.static TLEPropagatorTLEPropagator. selectExtrapolator(TLE tle, AttitudeProvider attitudeProvider, double mass)Selects the extrapolator to use with the selected TLE.static TLEPropagatorTLEPropagator. selectExtrapolator(TLE tle, AttitudeProvider attitudeProvider, double mass, Frame teme)Selects the extrapolator to use with the selected TLE.static TLEPropagatorTLEPropagator. selectExtrapolator(TLE tle, Frame teme)Selects the extrapolator to use with the selected TLE.static TLEPropagatorTLEPropagator. selectExtrapolator(TLE tle, Frame teme, AttitudeProvider attitudeProvider)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 TLEPropagatorTLEPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator.
-