JplDEDataIndex Enumeration |
Indices of the data available in a JPL DE file.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum JplDEDataIndex
Public Enumeration JplDEDataIndex
public enum class JplDEDataIndex
Members
| Member name | Description |
---|
| Mercury |
Planet Mercury
|
| Venus |
Planet Venus
|
| EarthMoonBarycenter |
The barycenter of the Earth-Moon system
|
| Mars |
Planet Mars
|
| Jupiter |
Planet Jupiter
|
| Saturn |
Planet Saturn
|
| Uranus |
Planet Uranus
|
| Neptune |
Planet Neptune
|
| Pluto |
Planet Pluto
|
| Moon |
Earth's Moon in Geocentric coordinates
|
| Sun |
The sun
|
| Nutation |
Earth Nutation
|
| Libration |
Lunar Libration
|
| LunarAngularVelocity |
Lunar angular velocity.
|
| TerrestrialTimeAndBarycentricDynamicalTimeDifference |
The difference between Terrestrial Time and Barycentric Dynamical Time (TT - TDB).
|
| NumberOfIndexes |
The number of indices in a JPL DE file
|
See Also