Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
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 |
ArielCentralBody
The Uranian moon Ariel.
|
class |
CallistoCentralBody
The Jovian moon Callisto.
|
class |
CeresCentralBody
The dwarf planet Ceres.
|
class |
CharonCentralBody
The Plutonian moon Charon.
|
class |
DeimosCentralBody
The Martian moon Deimos.
|
class |
DioneCentralBody
The Saturnian moon Dione.
|
class |
EarthCentralBody
The planet Earth.
|
class |
EarthMoonBarycenter
The barycenter of the Earth-Moon system.
|
class |
EnceladusCentralBody
The Saturnian moon Enceladus.
|
class |
EuropaCentralBody
The Jovian moon Europa.
|
class |
GanymedeCentralBody
The Jovian moon Ganymede.
|
class |
HyperionCentralBody
The Saturnian moon Hyperion.
|
class |
IapetusCentralBody
The Saturnian moon Iapetus.
|
class |
IoCentralBody
The Jovian moon Io.
|
class |
JupiterCentralBody
The planet Jupiter.
|
class |
JupiterSystemBarycenter
The barycenter of the Jupiter system.
|
class |
MarsCentralBody
The planet Mars.
|
class |
MarsSystemBarycenter
The barycenter of the Mars system.
|
class |
MercuryCentralBody
The planet Mercury.
|
class |
MimasCentralBody
The Saturnian moon Mimas.
|
class |
MoonCentralBody
The moon of the Earth.
|
class |
NeptuneCentralBody
The planet Neptune.
|
class |
NeptuneSystemBarycenter
The barycenter of the Neptune system.
|
class |
PhobosCentralBody
The Martian moon Phobos.
|
class |
PhoebeCentralBody
The Saturnian moon Phoebe.
|
class |
PlutoCentralBody
The dwarf planet Pluto.
|
class |
PlutoSystemBarycenter
The barycenter of the Pluto system.
|
class |
RheaCentralBody
The Saturnian moon Rhea.
|
class |
SaturnCentralBody
The planet Saturn.
|
class |
SaturnSystemBarycenter
The barycenter of the Saturn system.
|
class |
SolarSystemBarycenter
The barycenter of a solar system.
|
class |
SunCentralBody
The star at the center of our solar system.
|
class |
TethysCentralBody
The Saturnian moon Tethys.
|
class |
TitanCentralBody
The Saturnian moon Titan.
|
class |
TitaniaCentralBody
The Uranian moon Titania.
|
class |
TritonCentralBody
The Neptunian moon Triton.
|
class |
UranusCentralBody
The planet Uranus.
|
class |
UranusSystemBarycenter
The barycenter of the Uranus system.
|
class |
VenusCentralBody
The planet Venus.
|
class |
VestaCentralBody
The asteroid Vesta.
|
Modifier and Type | Method and Description |
---|---|
Point |
JplSpkFile.getTargetPoint(IProvideNaifIdCode targetPointProvider,
IProvideNaifIdCode centerPointProvider)
Gets a point describing the position of a target location with respect
to a center location.
|
Point |
JplSpkFile.getTargetPoint(IProvideNaifIdCode targetPointProvider,
IProvideNaifIdCode centerPointProvider,
Point centerPoint)
Gets a point describing the position of a target location with respect
to a center location.
|