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