Click or drag to resize

EarthOrientationParameters.ComputeEopData 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: 25.1.421.0 (25.1.421.0)
Syntax
public EarthOrientationParametersData ComputeEopData(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date

Return Value

Type: EarthOrientationParametersData
The Earth Orientation Parameters data.
See Also