Click or drag to resize

GpsDataFile Class

Reads data from the GPSData.txt file hosted by AGI. This file contains the history of each PRN, which type of satellite has had that PRN and their active dates, block types, etc.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersGpsDataFile

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class GpsDataFile
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
Remarks
The GPSData.txt file is available from: https://ftp.agi.com/pub/Catalog/Almanacs/SEM/GPSData.txt. This file is updated daily.
See Also