Click or drag to resize

GpsCommunicationsConstellation Class

Provides methods that create a constellation of GPS satellites with transmitters and antennas for use with a GpsCommunicationsFrontEnd.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.AdvancedGpsCommunicationsConstellation

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 class GpsCommunicationsConstellation
Methods
  NameDescription
Public methodStatic memberCreate(SemAlmanac, ListGpsSatelliteInformation)
Create a GPS communications constellation from an almanac and a set of GPS constellation information. Each platform will provide the following services: IGpsPrnService, IGpsSatelliteInformationService, ILocationPointService, IOrientationAxesService, and INavigationTransmitterService.
Public methodStatic memberCreate(SemAlmanac, String)
Create a GPS communications constellation from an almanac and a set of GPS constellation information. Each platform will provide the following services: IGpsPrnService, IGpsSatelliteInformationService, ILocationPointService, IOrientationAxesService, and INavigationTransmitterService.
Public methodStatic memberCreate(String, Int32, String)
Creates a GPS constellation that includes navigation signal transmitters specific to each satellite block type. Each platform will provide the following services: IGpsPrnService, IGpsSatelliteInformationService, ILocationPointService, IOrientationAxesService, and INavigationTransmitterService.
Public methodStatic memberDownload
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.
Public methodStatic memberDownload(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.
Top
See Also