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.2.419.0 (24.2.419.0)
Syntax public IGpsElements[] GetAllGpsElementsFromEphemerisData()
Public Function GetAllGpsElementsFromEphemerisData As IGpsElements()
public:
array<IGpsElements^>^ GetAllGpsElementsFromEphemerisData()
member GetAllGpsElementsFromEphemerisData : unit -> IGpsElements[]
Return Value
Type:
IGpsElementsThe GPS ephemeris.
Remarks
The array is sorted to be sequentially increasing
according to
TransmissionTime.
See Also