Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
org.orekit.propagation |
Propagation
|
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).
|
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
org.orekit.propagation.semianalytical.dsst |
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
|
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<T>> |
AttitudesSequence.registerSwitchEvents(Field<T> field,
FieldPropagator<T> propagator)
Register all wrapped switch events to the propagator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FieldBoundedPropagator<T extends CalculusFieldElement<T>>
This interface is intended for ephemerides valid only during a time range.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractPropagator<T extends CalculusFieldElement<T>>
Common handling of
Propagator methods for analytical propagators. |
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractAnalyticalPropagator<T extends CalculusFieldElement<T>>
Common handling of
FieldPropagator methods for analytical propagators. |
class |
FieldBrouwerLyddanePropagator<T extends CalculusFieldElement<T>>
This class propagates a
FieldSpacecraftState
using the analytical Brouwer-Lyddane model (from J2 to J5 zonal harmonics). |
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 |
FieldAbstractIntegratedPropagator<T extends CalculusFieldElement<T>>
Common handling of
FieldPropagator
methods for both numerical and semi-analytical propagators. |
class |
FieldIntegratedEphemeris<T extends CalculusFieldElement<T>>
This class stores sequentially generated orbital parameters for
later retrieval.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldNumericalPropagator<T extends CalculusFieldElement<T>>
This class propagates
orbits using
numerical integration. |
Modifier and Type | Class and Description |
---|---|
class |
FieldDSSTPropagator<T extends CalculusFieldElement<T>>
This class propagates
orbits using the DSST theory. |
Copyright © 2002-2022 CS GROUP. All rights reserved.