GpsDataFileDownloadActive Method |
Downloads and reads data for only the active GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static List<GpsSatelliteInformation> DownloadActive()
Public Shared Function DownloadActive As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ DownloadActive()
static member DownloadActive : unit -> List<GpsSatelliteInformation>
Return Value
Type:
ListGpsSatelliteInformationA list of
GpsSatelliteInformation for only the active satellites in the file.
Exceptions| Exception | Condition |
|---|
| InvalidDataException |
Thrown when there is an error parsing data from the file.
|
| DataUnavailableException |
Thrown when the data cannot be retrieved from the server.
|
RemarksNote that an internet connection is required to use this method successfully.
See Also