Click or drag to resize

EarthOrientationParametersFileDownloadData Method (EarthOrientationParametersReadOptions, IWebProxy)

Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters. This method connects via HTTPS to ftp.agi.com.

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 DownloadData(
	EarthOrientationParametersReadOptions readOptions,
	IWebProxy proxy
)

Parameters

readOptions
Type: AGI.Foundation.CelestialEarthOrientationParametersReadOptions
Options for reading the file.
proxy
Type: System.NetIWebProxy
Proxy to use when connecting. Optional, default is null.

Return Value

Type: EarthOrientationParameters
A EarthOrientationParameters populated with the data returned from the server.
Exceptions
ExceptionCondition
InvalidDataException Thrown when there is an error parsing the EOP data returned from the download.
DataUnavailableExceptionThrown when the data cannot be retrieved from the server.
Remarks
Note that an internet connection is required to use this method successfully.
See Also