Package | Description |
---|---|
org.orekit.orbits |
This package provides classes to represent orbits.
|
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).
|
Constructor and Description |
---|
FieldOrbitBlender(org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction<KK> blendingFunction,
FieldAbstractAnalyticalPropagator<KK> analyticalPropagator,
Frame outputInertialFrame)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBrouwerLyddanePropagator<T extends org.hipparchus.CalculusFieldElement<T>>
This class propagates a
FieldSpacecraftState
using the analytical Brouwer-Lyddane model (from J2 to J5 zonal harmonics). |
class |
FieldEcksteinHechlerPropagator<T extends org.hipparchus.CalculusFieldElement<T>>
This class propagates a
FieldSpacecraftState
using the analytical Eckstein-Hechler model. |
class |
FieldKeplerianPropagator<T extends org.hipparchus.CalculusFieldElement<T>>
Simple Keplerian orbit propagator.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldAbstractAnalyticalPropagator<org.hipparchus.analysis.differentiation.Gradient> |
AbstractAnalyticalGradientConverter.getPropagator(FieldSpacecraftState<org.hipparchus.analysis.differentiation.Gradient> state,
org.hipparchus.analysis.differentiation.Gradient[] parameters)
Get the converted analytical orbit propagator.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldDeepSDP4<T extends org.hipparchus.CalculusFieldElement<T>>
This class contains the methods that compute deep space perturbation terms.
|
class |
FieldSGP4<T extends org.hipparchus.CalculusFieldElement<T>>
This class contains methods to compute propagated coordinates with the SGP4 model.
|
class |
FieldTLEPropagator<T extends org.hipparchus.CalculusFieldElement<T>>
This class provides elements to propagate TLE's.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldIntegratedEphemeris<T extends org.hipparchus.CalculusFieldElement<T>>
This class stores sequentially generated orbital parameters for
later retrieval.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.