Package | Description |
---|---|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
Modifier and Type | Class and Description |
---|---|
class |
FieldEcksteinHechlerPropagator<T extends CalculusFieldElement<T>>
This class propagates a
FieldSpacecraftState
using the analytical Eckstein-Hechler model. |
class |
FieldKeplerianPropagator<T extends CalculusFieldElement<T>>
Simple Keplerian orbit propagator.
|
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.
|
class |
FieldTLEPropagator<T extends CalculusFieldElement<T>>
This class provides elements to propagate TLE's.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldIntegratedEphemeris<T extends CalculusFieldElement<T>>
This class stores sequentially generated orbital parameters for
later retrieval.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.