Click or drag to resize

EarthOrientationParametersFileReadData Method (TextReader)

Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static EarthOrientationParameters ReadData(
	TextReader source
)

Parameters

source
Type: System.IOTextReader
The stream from which to read.

Return Value

Type: EarthOrientationParameters
A new EarthOrientationParameters initialized with the contents of the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the source is .
InvalidDataException Thrown when there is an error parsing the EOP data specified by the source.
See Also