SP3cEphemerisCreateSatelliteCollection Method |
Creates a GPS satellite for each PRN referenced in the SP3 file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PlatformCollection CreateSatelliteCollection()
Public Function CreateSatelliteCollection As PlatformCollection
public:
PlatformCollection^ CreateSatelliteCollection()
member CreateSatelliteCollection : unit -> PlatformCollection
Return Value
Type:
PlatformCollection
The collection of GPS satellites. There is a
GpsSatelliteExtension
instance for each record in the SP3 file.
See Also