EarthOrientationParameters Constructor (IEnumerableEarthOrientationParametersData, TimeInterval, TimeInterval, IEnumerableLeapSecond, String) | 
 
            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: 25.1.421.0 (25.1.421.0)
Syntaxpublic EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData> data,
	TimeInterval observedInterval,
	TimeInterval predictedInterval,
	IEnumerable<LeapSecond> leapSeconds,
	string nativeItrfFrame
)
Public Sub New ( 
	data As IEnumerable(Of EarthOrientationParametersData),
	observedInterval As TimeInterval,
	predictedInterval As TimeInterval,
	leapSeconds As IEnumerable(Of LeapSecond),
	nativeItrfFrame As String
)
public:
EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData^>^ data, 
	TimeInterval^ observedInterval, 
	TimeInterval^ predictedInterval, 
	IEnumerable<LeapSecond>^ leapSeconds, 
	String^ nativeItrfFrame
)
new : 
        data : IEnumerable<EarthOrientationParametersData> * 
        observedInterval : TimeInterval * 
        predictedInterval : TimeInterval * 
        leapSeconds : IEnumerable<LeapSecond> * 
        nativeItrfFrame : string -> EarthOrientationParametersParameters
- 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. - nativeItrfFrame
 - Type: SystemString
The native International Terrestrial Reference Frame (ITRF) associated with these parameters. 
See Also