| Modifier and Type | Method and Description |
|---|---|
static OrientationAngleProvider |
OrientationAngleProvider.build(UnivariateDateFunction function)
Build an
OrientationAngleProvider from this. |
static OrientationAngleLeg |
OrientationAngleLeg.build(UnivariateDateFunction function,
AbsoluteDateInterval timeInterval,
String nature)
Build an
OrientationAngleLeg from this. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatePolynomialFunctionInterface
Represents an interface for polynomial functions of date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatePolynomialChebyshevFunction
This class represents a Chebyshev polynomial function of date.
|
class |
DatePolynomialFunction
This class represents a polynomial function of date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateIntervalFunction
Abstract class for piecewise function of date.
|
class |
DateIntervalLinearFunction
This class represents a piecewise linear function of date.
|
class |
DateIntervalParabolicFunction
This class represents a piecewise 2nd order polynomial function of date.
|
| Modifier and Type | Method and Description |
|---|---|
UnivariateDateFunction |
Analytical2DParameterModel.getCenteredModel()
Get model for centered part of analytical model.
|
| Constructor and Description |
|---|
Analytical2DParameterModel(UnivariateDateFunction centeredFunction,
double[][] trigonometricCoefs)
Create a new analytical 2D orbital parameter model, with given polynomial and trigonometric developments.
|
Copyright © 2024 CNES. All rights reserved.