Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
Modifier and Type | Method and Description |
---|---|
TLE |
OMMFile.generateTLE()
Generate TLE from OMM file.
|
Modifier and Type | Field and Description |
---|---|
protected TLE |
TLEPropagator.tle
Initial state.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProvider,
double mass)
Selects the extrapolator to use with the selected TLE.
|
Constructor and Description |
---|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass)
Protected constructor for derived classes.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.