Click or drag to resize

RinexNavigationRecordGetElementsFromMostRecentEphemeris Method

Retrieves the IGpsElements defining the orbit of this satellite which represent the most recent ephemeris prior to date.

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 GetElementsFromMostRecentEphemeris(
	GlobalPositioningSystemDate date
)

Parameters

date
Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The date to consider.

Return Value

Type: IGpsElements
The most recent GPS ephemeris. Returns null if the data is prior to all existing data.
See Also