GpsCommunicationsConstellation Methods | 
| Name | Description | |
|---|---|---|
| Create(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.
              | |
| Create(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.
              | |
| Create(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.
              | |
| Download | 
            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.
              | |
| Download(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.
              |