Click or drag to resize

GpsDataFile Methods

Methods
  NameDescription
Public methodStatic memberDownloadActive
Downloads and reads data for only the active GPS satellites from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadActive(IWebProxy)
Downloads and reads data for only the active GPS satellites from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadAll
Downloads and reads data for all GPS satellites from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadAll(IWebProxy)
Downloads and reads data for all GPS satellites from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawFile
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.
Public methodStatic memberDownloadRawFile(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.
Public methodStatic memberReadActive(String)
Reads data for only the active GPS satellites from the specified file.
Public methodStatic memberReadActive(TextReader)
Reads data for only the active GPS satellites from the specified reader.
Public methodStatic memberReadAll(String)
Reads data for all GPS satellites from the specified file.
Public methodStatic memberReadAll(TextReader)
Reads data for all GPS satellites from the specified reader.
Top
See Also