EarthOrientationParametersFile Class |
Namespace: AGI.Foundation.Celestial
Name | Description | |
---|---|---|
DownloadData |
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.
| |
DownloadData(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.
| |
DownloadData(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.
| |
DownloadRawData |
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadRawData(IWebProxy) |
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
ReadData(String) |
Reads an EOP data file and returns a new EarthOrientationParameters instance
initialized with the contents of the file.
| |
ReadData(TextReader) |
Reads an EOP data file and returns a new EarthOrientationParameters instance
initialized with the contents of the file.
| |
ReadData(String, EarthOrientationParametersReadOptions) |
Reads an EOP data file and returns a new EarthOrientationParameters instance
initialized with the contents of the file.
| |
ReadData(TextReader, EarthOrientationParametersReadOptions) |
Reads an EOP data file and returns a new EarthOrientationParameters instance
initialized with the contents of the file.
|