Uses of Class
org.orekit.propagation.analytical.tle.FieldTLEPropagator
Packages that use FieldTLEPropagator
Package
Description
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.tleModifier and TypeClassDescriptionclassFieldDeepSDP4<T extends CalculusFieldElement<T>>This class contains the methods that compute deep space perturbation terms.classFieldSGP4<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 FieldTLEPropagatorModifier and TypeMethodDescriptionprotected <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T> TleExtendedPositionProvider.getFieldProvider(Field<T> field) Build Field provider.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.