GpsCommunicationsConstellationCreate Method (SemAlmanac, String) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static PlatformCollection Create(
SemAlmanac almanac,
string gpsDataFile
)
Public Shared Function Create (
almanac As SemAlmanac,
gpsDataFile As String
) As PlatformCollection
public:
static PlatformCollection^ Create(
SemAlmanac^ almanac,
String^ gpsDataFile
)
static member Create :
almanac : SemAlmanac *
gpsDataFile : string -> PlatformCollection
Parameters
- almanac
- Type: AGI.Foundation.Navigation.DataReadersSemAlmanac
The almanac used to describe the GPS constellation. - gpsDataFile
- Type: SystemString
The location of the GPSData.txt file to use that defines the blocks and PRN information.
Return Value
Type:
PlatformCollectionA
PlatformCollection representing GPS satellites and their transmitters.
Exceptions Remarks See Also