Click or drag to resize

EarthOrientationParametersFile Methods

Methods
  NameDescription
Public methodStatic memberDownloadData
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.
Public methodStatic memberDownloadData(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.
Public methodStatic memberDownloadData(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.
Public methodStatic memberDownloadRawData
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.
Public methodStatic memberDownloadRawData(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.
Public methodStatic memberReadData(String)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(TextReader)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(String, EarthOrientationParametersReadOptions)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(TextReader, EarthOrientationParametersReadOptions)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Top
See Also