| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies |
| Modifier and Type | Method and Description |
|---|---|
static IAUPoleModelType |
IAUPoleModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAUPoleModelType[] |
IAUPoleModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AngularCoordinates |
UserIAUPole.getAngularCoordinates(AbsoluteDate date,
CelestialBodyOrientation.OrientationType orientationType,
IAUPoleModelType iauPoleType)
Getter for the orientation.
|
AngularCoordinates |
CelestialBodyIAUOrientation.getAngularCoordinates(AbsoluteDate date,
CelestialBodyOrientation.OrientationType orientationType,
IAUPoleModelType iauPoleType)
Getter for the orientation.
|
default AngularCoordinates |
CelestialBodyIAUOrientation.getAngularCoordinates(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the orientation from the ICRF frame to the rotating frame.
|
CelestialBodyFrame |
IAUCelestialBody.getInertialFrame(IAUPoleModelType iauPole)
Getter for an inertially oriented, body centered frame.
|
CelestialBodyFrame |
Earth.getInertialFrame(IAUPoleModelType iauPole)
Getter for an inertially oriented, body centered frame.
|
CelestialBodyFrame |
AbstractIAUCelestialBody.getInertialFrame(IAUPoleModelType iauPoleIn)
Getter for an inertially oriented, body centered frame.
|
Vector3D |
UserIAUPole.getPole(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the body North pole direction with respect to a reference frame.
|
Vector3D |
CelestialBodyIAUOrientation.getPole(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the body North pole direction with respect to a reference frame.
|
Vector3D |
UserIAUPole.getPoleDerivative(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the body North pole direction derivative with respect to a reference frame.
|
Vector3D |
CelestialBodyIAUOrientation.getPoleDerivative(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the body North pole direction derivative with respect to a reference frame.
|
double |
UserIAUPole.getPrimeMeridianAngle(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the prime meridian angle.
|
double |
CelestialBodyIAUOrientation.getPrimeMeridianAngle(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the prime meridian angle.
|
double |
UserIAUPole.getPrimeMeridianAngleDerivative(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the prime meridian angle derivative.
|
double |
CelestialBodyIAUOrientation.getPrimeMeridianAngleDerivative(AbsoluteDate date,
IAUPoleModelType iauPoleType)
Getter for the prime meridian angle derivative.
|
CelestialBodyFrame |
IAUCelestialBody.getRotatingFrame(IAUPoleModelType iauPole)
Getter for a body oriented, body centered frame.
|
CelestialBodyFrame |
Earth.getRotatingFrame(IAUPoleModelType iauPole)
Getter for a body oriented, body centered frame.
|
CelestialBodyFrame |
AbstractIAUCelestialBody.getRotatingFrame(IAUPoleModelType iauPoleIn)
Getter for a body oriented, body centered frame.
|
Copyright © 2025 CNES. All rights reserved.