|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TLE | |
|---|---|
| org.orekit.propagation.analytical.tle | This package provides classes to read and extrapolate tle's. |
| Uses of TLE in org.orekit.propagation.analytical.tle |
|---|
| Fields in org.orekit.propagation.analytical.tle declared as TLE | |
|---|---|
protected TLE |
TLEPropagator.tle
Initial state. |
| Methods in org.orekit.propagation.analytical.tle that return TLE | |
|---|---|
TLE |
TLESeries.getClosestTLE(AbsoluteDate date)
Get the closest TLE to the selected date. |
TLE |
TLESeries.getFirst()
Get the first TLE. |
TLE |
TLESeries.getLast()
Get the last TLE. |
TLE |
TLEPropagator.getTLE()
Get the underlying TLE. |
TLE |
AbstractTLEFitter.getTLE()
Get the fitted Two-Lines Elements. |
protected TLE |
AbstractTLEFitter.getTLE(double[] parameters)
Get the TLE for a given position/velocity/B* parameters set. |
TLE |
AbstractTLEFitter.toTLE(List<SpacecraftState> states,
double positionTolerance,
boolean positionOnly,
boolean withBStar)
Find the TLE elements that minimize the mean square error for a sample of states. |
| Methods in org.orekit.propagation.analytical.tle with parameters of type TLE | |
|---|---|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle)
Selects the extrapolator to use with the selected TLE. |
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProviderForces,
AttitudeProvider attitudeProviderEvents,
MassProvider mass)
Selects the extrapolator to use with the selected TLE. |
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProvider,
MassProvider mass)
Selects the extrapolator to use with the selected TLE. |
| Constructors in org.orekit.propagation.analytical.tle with parameters of type TLE | |
|---|---|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProviderForces,
AttitudeProvider attitudeProviderEvents,
MassProvider mass)
Protected constructor for derived classes. |
|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProvider,
MassProvider mass)
Protected constructor for derived classes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||