Uses of Class
org.orekit.propagation.analytical.tle.FieldTLEPropagator
-
Packages that use FieldTLEPropagator Package Description org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's. -
-
Uses of FieldTLEPropagator in org.orekit.propagation.analytical.tle
Subclasses of FieldTLEPropagator in org.orekit.propagation.analytical.tle Modifier and Type Class Description class
FieldDeepSDP4<T extends CalculusFieldElement<T>>
This class contains the methods that compute deep space perturbation terms.class
FieldSGP4<T extends CalculusFieldElement<T>>
This class contains methods to compute propagated coordinates with the SGP4 model.Methods in org.orekit.propagation.analytical.tle that return FieldTLEPropagator Modifier and Type Method Description static <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T>FieldTLEPropagator. selectExtrapolator(FieldTLE<T> tle, AttitudeProvider attitudeProvider, T mass, Frame teme, T[] parameters)
Selects the extrapolator to use with the selected TLE.static <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T>FieldTLEPropagator. selectExtrapolator(FieldTLE<T> tle, AttitudeProvider attitudeProvider, T mass, T[] parameters)
Selects the extrapolator to use with the selected TLE.static <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T>FieldTLEPropagator. selectExtrapolator(FieldTLE<T> tle, Frame teme, T[] parameters)
Selects the extrapolator to use with the selected TLE.static <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T>FieldTLEPropagator. selectExtrapolator(FieldTLE<T> tle, T[] parameters)
Selects the extrapolator to use with the selected TLE.
-