SP3dEphemerisDataTGetTimesForSatellite 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)
Syntaxpublic abstract ReadOnlyCollection<JulianDate> GetTimesForSatellite(
SatelliteIdentifier identifier
)
Public MustOverride Function GetTimesForSatellite (
identifier As SatelliteIdentifier
) As ReadOnlyCollection(Of JulianDate)
public:
virtual ReadOnlyCollection<JulianDate>^ GetTimesForSatellite(
SatelliteIdentifier identifier
) abstract
abstract GetTimesForSatellite :
identifier : SatelliteIdentifier -> ReadOnlyCollection<JulianDate>
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.
Return Value
Type:
ReadOnlyCollectionJulianDateThe times for the data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also