Click or drag to resize

EarthOrientationParameters Constructor (IEnumerableEarthOrientationParametersData, TimeInterval, TimeInterval, IEnumerableLeapSecond)

Initializes a new instance from the specified list of data points.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData> data,
	TimeInterval observedInterval,
	TimeInterval predictedInterval,
	IEnumerable<LeapSecond> leapSeconds
)

Parameters

data
Type: System.Collections.GenericIEnumerableEarthOrientationParametersData
The list of EOP data points.
observedInterval
Type: AGI.Foundation.TimeTimeInterval
The time interval of observed data points.
predictedInterval
Type: AGI.Foundation.TimeTimeInterval
The time interval of predicted data points.
leapSeconds
Type: System.Collections.GenericIEnumerableLeapSecond
A list of leap second objects indicating times when the delta between TAI and UTC differs from the previous data point.
See Also