EarthOrientationParameters.ComputeEopData Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EarthOrientationParametersData ComputeEopData(
JulianDate date
)
Public Function ComputeEopData (
date As JulianDate
) As EarthOrientationParametersData
public:
EarthOrientationParametersData^ ComputeEopData(
JulianDate date
)
member ComputeEopData :
date : JulianDate -> EarthOrientationParametersData
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date
Return Value
Type:
EarthOrientationParametersDataThe Earth Orientation Parameters data.
See Also