Click or drag to resize

SP3dEphemerisData<T>.GetDataForSatellite Method

Gets the list of data associated with a particular satellite.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<T> GetDataForSatellite(
	SatelliteIdentifier identifier
)

Parameters

identifier
Type: AGI.Foundation.Navigation.DataReaders.SatelliteIdentifier
The identifier of the satellite.

Return Value

Type: ReadOnlyCollection<T>
The data associated with the satellite.
Exceptions
ExceptionCondition
ArgumentException Data does not exist for the specified satellite identifier.
See Also