GpsCommunicationsConstellationCreate Method (SemAlmanac, ListGpsSatelliteInformation) | 
  
    Namespace: 
   AGI.Foundation.Navigation.Advanced
    Assembly:
   AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static PlatformCollection Create(
	SemAlmanac almanac,
	List<GpsSatelliteInformation> gpsSatelliteInfo
)
Public Shared Function Create ( 
	almanac As SemAlmanac,
	gpsSatelliteInfo As List(Of GpsSatelliteInformation)
) As PlatformCollection
public:
static PlatformCollection^ Create(
	SemAlmanac^ almanac, 
	List<GpsSatelliteInformation^>^ gpsSatelliteInfo
)
static member Create : 
        almanac : SemAlmanac * 
        gpsSatelliteInfo : List<GpsSatelliteInformation> -> PlatformCollection 
Parameters
- almanac
 - Type: AGI.Foundation.Navigation.DataReadersSemAlmanac
The almanac used to describe the GPS constellation. - gpsSatelliteInfo
 - Type: System.Collections.GenericListGpsSatelliteInformation
A list of GpsSatelliteInformation objects containing information about the GPS constellation. 
Return Value
Type: 
PlatformCollectionA 
PlatformCollection representing GPS satellites and their transmitters.
Exceptions
RemarksGpsDataFile contains helper methods to load GPS satellite information from a file, or download data from an AGI server.
            
 
See Also