Click or drag to resize

EarthOrientationParametersComputeEopData Method

Creates an EarthOrientationParametersData object with the given date and information from the various Compute methods such as ComputePoleWander(JulianDate).

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EarthOrientationParametersData ComputeEopData(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date

Return Value

Type: EarthOrientationParametersData
The Earth Orientation Parameters data.
See Also