Click or drag to resize

RinexNavigationRecordGetAllGpsElementsFromEphemerisData Method

Retrieves the IGpsElements defining the orbit of this satellite.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IGpsElements[] GetAllGpsElementsFromEphemerisData()

Return Value

Type: IGpsElements
The GPS ephemeris.
Remarks
The array is sorted to be sequentially increasing according to TransmissionTime
See Also