| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies | |
| fr.cnes.sirius.patrius.bodies.bsp |
| Modifier and Type | Method and Description |
|---|---|
static PredefinedEphemerisType |
PredefinedEphemerisType.getEphemerisType(String name)
Get ephemeris type from JPL/PATRIUS name.
|
static PredefinedEphemerisType |
PredefinedEphemerisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedEphemerisType[] |
PredefinedEphemerisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected BodyShape |
AbstractJPLCelestialBodyLoader.buildDefaultBodyShape(String name,
CelestialBodyFrame bodyFrame,
PredefinedEphemerisType ephemerisType)
Builds a
OneAxisEllipsoid as a default shape for the loaded celestial body. |
static CelestialBodyIAUOrientation |
IAUPoleFactory.getIAUPole(PredefinedEphemerisType body)
Get an IAU pole.
|
double |
JPLHistoricEphemerisLoader.getLoadedGravitationalCoefficient(PredefinedEphemerisType body)
Get the gravitational coefficient of a body.
|
double |
JPLEphemerisLoader.getLoadedGravitationalCoefficient(PredefinedEphemerisType body)
Get the gravitational coefficient of a body.
|
double |
AbstractJPLCelestialBodyLoader.getLoadedGravitationalCoefficient(PredefinedEphemerisType body)
Get the gravitational coefficient of a body.
|
| Constructor and Description |
|---|
JPLCelestialBodyLoader(String supportedNamesIn,
PredefinedEphemerisType generateTypeIn)
Create a loader for JPL ephemerides binary files (DE-INPOP type).
|
JPLCelestialBodyLoader(String supportedNamesIn,
PredefinedEphemerisType generateTypeIn,
GravityModel gravityModelIn)
Create a loader for JPL ephemerides binary files (DE-INPOP type).
|
JPLHistoricEphemerisLoader(String supportedNamesIn,
PredefinedEphemerisType generateTypeIn)
Create a loader for JPL ephemerides binary files.
|
| Modifier and Type | Method and Description |
|---|---|
double |
BSPEphemerisLoader.getLoadedGravitationalCoefficient(PredefinedEphemerisType body)
Get the gravitational coefficient of a body.
|
Copyright © 2025 CNES. All rights reserved.