Uses of Class
org.orekit.propagation.analytical.tle.TLEPropagator
Packages that use TLEPropagator
Package
Description
This package provides classes to read and extrapolate tle's.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of TLEPropagator in org.orekit.propagation.analytical.tle
Subclasses of TLEPropagator in org.orekit.propagation.analytical.tleModifier and TypeClassDescriptionclassThis class contains the methods that compute deep space perturbation terms.classThis class contains methods to compute propagated coordinates with the SGP4 model.Methods in org.orekit.propagation.analytical.tle that return TLEPropagatorModifier and TypeMethodDescriptionstatic 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 TLEPropagatorModifier and TypeMethodDescriptionTLEPropagatorBuilder.buildPropagator(double[] normalizedParameters) Build a propagator.