Package | Description |
---|---|
org.orekit.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
Modifier and Type | Method and Description |
---|---|
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.interpolate(FieldAbsoluteDate<T> date,
Stream<FieldOrbit<T>> sample)
Get an interpolated instance.
|
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.shiftedBy(double dt)
Get a time-shifted instance.
|
FieldKeplerianOrbit<T> |
FieldKeplerianOrbit.shiftedBy(T dt)
Get a time-shifted orbit.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
double referenceRadius,
double mu,
double c20,
double c30,
double c40,
double c50,
double M2Value,
double epsilon,
int maxIterations)
Conversion from osculating to mean orbit.
|
static <T extends CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
UnnormalizedSphericalHarmonicsProvider provider,
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics,
double M2Value)
Conversion from osculating to mean orbit.
|
static <T extends CalculusFieldElement<T>> |
FieldBrouwerLyddanePropagator.computeMeanOrbit(FieldOrbit<T> osculating,
UnnormalizedSphericalHarmonicsProvider provider,
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics,
double M2Value,
double epsilon,
int maxIterations)
Conversion from osculating to mean orbit.
|
FieldKeplerianOrbit<T> |
FieldBrouwerLyddanePropagator.propagateOrbit(FieldAbsoluteDate<T> date,
T[] parameters)
Extrapolate an orbit up to a specific target date.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.