| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies |
| Modifier and Type | Class and Description |
|---|---|
class |
UserIAUPole
Generic IAU pole model for pole and prime meridian orientations.
|
| Modifier and Type | Method and Description |
|---|---|
static CelestialBodyIAUOrientation |
IAUPoleFactory.getIAUPole(PredefinedEphemerisType body)
Get an IAU pole.
|
CelestialBodyIAUOrientation |
IAUCelestialBody.getOrientation()
Getter for the celestial body IAU orientation and primer meridians orientation.
|
CelestialBodyIAUOrientation |
Earth.getOrientation()
Getter for the celestial body IAU orientation and primer meridians orientation.
|
CelestialBodyIAUOrientation |
AbstractIAUCelestialBody.getOrientation()
Getter for the celestial body orientation and primer meridians orientation.
|
| Constructor and Description |
|---|
AbstractIAUCelestialBody(String name,
double gm,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame)
Constructor without ephemeris.
|
AbstractIAUCelestialBody(String name,
double gm,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame,
CelestialBodyEphemeris ephemeris)
Constructor.
|
AbstractIAUCelestialBody(String name,
GravityModel gravityModel,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame,
BSPEphemerisLoader.SpiceJ2000ConventionEnum convention,
CelestialBodyEphemeris ephemeris)
Constructor.
|
UserIAUCelestialBody(String name,
PVCoordinatesProvider aPVCoordinateProvider,
double gm,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame,
BodyShape shape)
Constructor.
|
UserIAUCelestialBody(String name,
PVCoordinatesProvider aPVCoordinateProvider,
double gm,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame,
BodyShape shape,
BSPEphemerisLoader.SpiceJ2000ConventionEnum spiceJ2000Convention)
Constructor.
|
UserIAUCelestialBody(String name,
PVCoordinatesProvider aPVCoordinateProvider,
GravityModel gravityModel,
CelestialBodyIAUOrientation celestialBodyIAUOrientation,
Frame parentFrame,
BodyShape shape)
Constructor.
|
UserIAUCelestialBody(String name,
PVCoordinatesProvider aPVCoordinateProvider,
GravityModel gravityModel,
CelestialBodyIAUOrientation iauOrientation,
Frame parentFrame,
BodyShape shape,
BSPEphemerisLoader.SpiceJ2000ConventionEnum spiceJ2000Convention)
Constructor.
|
Copyright © 2024 CNES. All rights reserved.