public final class TleGenerationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
newTLE(FieldKeplerianOrbit<T> keplerianOrbit,
FieldTLE<T> templateTLE,
T bStar,
TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
|
static TLE |
newTLE(KeplerianOrbit keplerianOrbit,
TLE templateTLE,
double bStar,
TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
|
public static TLE newTLE(KeplerianOrbit keplerianOrbit, TLE templateTLE, double bStar, TimeScale utc)
keplerianOrbit - the Keplerian parameters to build the TLE fromtemplateTLE - TLE used to get object identificationbStar - TLE B* parameterutc - UTC scalepublic static <T extends org.hipparchus.CalculusFieldElement<T>> FieldTLE<T> newTLE(FieldKeplerianOrbit<T> keplerianOrbit, FieldTLE<T> templateTLE, T bStar, TimeScale utc)
T - type of the elementkeplerianOrbit - the Keplerian parameters to build the TLE fromtemplateTLE - TLE used to get object identificationbStar - TLE B* parameterutc - UTC scaleCopyright © 2002-2023 CS GROUP. All rights reserved.