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 |
Sat441BspEphemerisProvider
Provides access to the positions of Saturn and several of its moons
with respect to the Saturn system barycenter.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SaturnBspEphemerisProvider.checkForSameDefinition(SaturnBspEphemerisProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
Sat441BspEphemerisProvider.checkForSameDefinition(SaturnBspEphemerisProvider 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 |
---|
SaturnBspEphemerisProvider(SaturnBspEphemerisProvider existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|