| Package | Description |
|---|---|
| agi.foundation.spice |
Contains types used in modeling the ephemeris of solar system bodies using JPL SPICE files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Plu058BspEphemerisProvider
Provides access to the positions of Pluto and several of its moons
with respect to the Pluto system barycenter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PlutoBspEphemerisProvider.checkForSameDefinition(PlutoBspEphemerisProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
Plu058BspEphemerisProvider.checkForSameDefinition(PlutoBspEphemerisProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
static void |
JplSpkEphemerisProvider.modelSolarSystemUsingPlanetaryDataSupplement(CentralBodiesFacet centralBodiesFacet,
PlanetsBspEphemerisProvider planetsBsp,
AsteroidsBspEphemerisProvider asteroidsBsp,
MarsBspEphemerisProvider marsBsp,
JupiterBspEphemerisProvider jupiterBsp,
SaturnBspEphemerisProvider saturnBsp,
UranusBspEphemerisProvider uranusBsp,
NeptuneBspEphemerisProvider neptuneBsp,
PlutoBspEphemerisProvider plutoBsp)
Consistently applies
JplSpkEphemerisProvider.useForCentralBodyPositions(agi.foundation.celestial.CentralBodiesFacet) on all of the *.bsp ephemerides
available in the STK Planetary Data Supplement to model the entire solar system. |
| Constructor and Description |
|---|
PlutoBspEphemerisProvider(PlutoBspEphemerisProvider existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|