Package | Description |
---|---|
agi.foundation.spice |
Contains types used in modeling the ephemeris of solar system bodies using JPL SPICE files.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
VestaBspEphemerisProvider.checkForSameDefinition(VestaBspEphemerisProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
static void |
JplSpkEphemerisProvider.modelSolarSystemUsingPublicJplData(CentralBodiesFacet centralBodiesFacet,
JplDE jplDe,
CeresBspEphemerisProvider ceresBsp,
VestaBspEphemerisProvider vestaBsp,
MarsBspEphemerisProvider mar097Bsp,
Jup365BspEphemerisProvider jup365Bsp,
Sat441BspEphemerisProvider sat441Bsp,
Ura111BspEphemerisProvider ura111Bsp,
Nep097BspEphemerisProvider nep097Bsp,
Plu058BspEphemerisProvider plu058Bsp)
Consistently applies
JplSpkEphemerisProvider.useForCentralBodyPositions(agi.foundation.celestial.CentralBodiesFacet) on JplDE and
some of the *.bsp ephemerides available on the JPL website to model the entire solar system. |
Constructor and Description |
---|
VestaBspEphemerisProvider(VestaBspEphemerisProvider existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|