Click or drag to resize

EarthOrientationParametersData Constructor (JulianDate, Double, Double, Double)

Initializes a new instance with the specified parameters.

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(
	JulianDate date,
	double poleWanderX,
	double poleWanderY,
	double ut1MinusUtc
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The instant at which the parameters are specified, in UTC.
poleWanderX
Type: SystemDouble
The pole wander in the X direction at this instance, in arc seconds.
poleWanderY
Type: SystemDouble
The pole wander in the Y direction at this instance, in arc seconds.
ut1MinusUtc
Type: SystemDouble
The difference UT1 - UTC at this instant.
See Also