Click or drag to resize

SP3cEphemerisDataTGetTimesForSatellite Method

Gets the list of times for the data associated with a particular satellite.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public abstract ReadOnlyCollection<JulianDate> GetTimesForSatellite(
	SatelliteIdentifier identifier
)

Parameters

identifier
Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.

Return Value

Type: ReadOnlyCollectionJulianDate
The times for the data associated with the satellite.
Exceptions
ExceptionCondition
ArgumentException Data does not exist for the specified satellite identifier.
See Also