Click or drag to resize

GpsCommunicationsConstellationDownload Method (IWebProxy)

Create a GPS communications constellation by downloading the latest data from an AGI server. This method connects via HTTPS to ftp.agi.com. Each platform will provide the following services: IGpsPrnService, IGpsSatelliteInformationService, ILocationPointService, IOrientationAxesService, and INavigationTransmitterService.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PlatformCollection Download(
	IWebProxy proxy
)

Parameters

proxy
Type: System.NetIWebProxy
Proxy to use when connecting.

Return Value

Type: PlatformCollection
A PlatformCollection representing GPS satellites and their transmitters.
Exceptions
ExceptionCondition
DataUnavailableExceptionThrown when the data cannot be retrieved from the server.
Remarks
Note that an internet connection is required to use this method successfully.
See Also