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