Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.omm |
This package contains class managing CCSDS Orbit Mean-Elements Message.
|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
org.orekit.propagation.analytical.tle.generation |
This package provides classes related to TLE generation.
|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
Modifier and Type | Method and Description |
---|---|
TLE |
Omm.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 |
TLEPropagator.getTLE()
Get the underlying TLE.
|
static TLE |
TLE.stateToTLE(SpacecraftState state,
TLE templateTLE,
TleGenerationAlgorithm generationAlgorithm)
Convert Spacecraft State into TLE.
|
TLE |
FieldTLE.toTLE()
Convert FieldTLE into 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.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
AttitudeProvider attitudeProvider,
double mass,
Frame teme)
Selects the extrapolator to use with the selected TLE.
|
static TLEPropagator |
TLEPropagator.selectExtrapolator(TLE tle,
Frame teme)
Selects the extrapolator to use with the selected TLE.
|
static TLE |
TLE.stateToTLE(SpacecraftState state,
TLE templateTLE,
TleGenerationAlgorithm generationAlgorithm)
Convert Spacecraft State into TLE.
|
Constructor and Description |
---|
DeepSDP4(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass)
Constructor for a unique initial TLE.
|
DeepSDP4(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass,
Frame teme)
Constructor for a unique initial TLE.
|
SGP4(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass)
Constructor for a unique initial TLE.
|
SGP4(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass,
Frame teme)
Constructor for a unique initial TLE.
|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass)
Protected constructor for derived classes.
|
TLEPropagator(TLE initialTLE,
AttitudeProvider attitudeProvider,
double mass,
Frame teme)
Protected constructor for derived classes.
|
Modifier and Type | Method and Description |
---|---|
TLE |
TleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE |
LeastSquaresTleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE |
FixedPointTleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
static TLE |
TleGenerationUtil.newTLE(KeplerianOrbit keplerianOrbit,
TLE templateTLE,
double bStar,
TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
|
Modifier and Type | Method and Description |
---|---|
TLE |
TleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE |
LeastSquaresTleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE |
FixedPointTleGenerationAlgorithm.generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
static TLE |
TleGenerationUtil.newTLE(KeplerianOrbit keplerianOrbit,
TLE templateTLE,
double bStar,
TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
|
Modifier and Type | Method and Description |
---|---|
TLE |
TLEPropagatorBuilder.getTemplateTLE()
Getter for the template TLE.
|
Constructor and Description |
---|
TLEPropagatorBuilder(TLE templateTLE,
PositionAngleType positionAngleType,
double positionScale,
DataContext dataContext,
TleGenerationAlgorithm generationAlgorithm)
Build a new instance.
|
TLEPropagatorBuilder(TLE templateTLE,
PositionAngleType positionAngleType,
double positionScale,
TleGenerationAlgorithm generationAlgorithm)
Build a new instance.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.