GpsDataFile Class |
Namespace: AGI.Foundation.Navigation.DataReaders
Name | Description | |
---|---|---|
DownloadActive |
Downloads and reads data for only the active GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadActive(IWebProxy) |
Downloads and reads data for only the active GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadAll |
Downloads and reads data for all GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadAll(IWebProxy) |
Downloads and reads data for all GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadRawFile |
Downloads the GPS data file from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadRawFile(IWebProxy) |
Downloads the GPS data file from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
ReadActive(String) |
Reads data for only the active GPS satellites from the specified file.
| |
ReadActive(TextReader) |
Reads data for only the active GPS satellites from the specified reader.
| |
ReadAll(String) |
Reads data for all GPS satellites from the specified file.
| |
ReadAll(TextReader) |
Reads data for all GPS satellites from the specified reader.
|