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.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
AttitudesSequence.registerSwitchEvents(org.hipparchus.Field<T> field,
FieldPropagator<T> propagator)
Register all wrapped switch events to the propagator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FieldBoundedPropagator<T extends org.hipparchus.RealFieldElement<T>>
This interface is intended for ephemerides valid only during a time range.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractPropagator<T extends org.hipparchus.RealFieldElement<T>>
Common handling of
Propagator methods for analytical propagators. |
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractAnalyticalPropagator<T extends org.hipparchus.RealFieldElement<T>>
Common handling of
FieldPropagator methods for analytical propagators. |
class |
FieldEcksteinHechlerPropagator<T extends org.hipparchus.RealFieldElement<T>>
This class propagates a
FieldSpacecraftState
using the analytical Eckstein-Hechler model. |
class |
FieldKeplerianPropagator<T extends org.hipparchus.RealFieldElement<T>>
Simple Keplerian orbit propagator.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractIntegratedPropagator<T extends org.hipparchus.RealFieldElement<T>>
Common handling of
FieldPropagator
methods for both numerical and semi-analytical propagators. |
class |
FieldIntegratedEphemeris<T extends org.hipparchus.RealFieldElement<T>>
This class stores sequentially generated orbital parameters for
later retrieval.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldNumericalPropagator<T extends org.hipparchus.RealFieldElement<T>>
This class propagates
orbits using
numerical integration. |
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.