Click or drag to resize

GpsCommunicationsConstellation Methods

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