Package | Description |
---|---|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CalculusFieldElement<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.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.selectExtrapolator(FieldTLE<T> tle,
Frames frames,
T[] parameters)
Selects the extrapolator to use with the selected TLE.
|
static <T extends CalculusFieldElement<T>> |
FieldTLEPropagator.selectExtrapolator(FieldTLE<T> tle,
T[] parameters)
Selects the extrapolator to use with the selected TLE.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.