GpsRinexPropagatorGetAvailabilityIntervals Method |
Gets the intervals over which data is available.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual TimeIntervalCollection GetAvailabilityIntervals(
TimeIntervalCollection consideredIntervals
)
Public Overridable Function GetAvailabilityIntervals (
consideredIntervals As TimeIntervalCollection
) As TimeIntervalCollection
public:
virtual TimeIntervalCollection^ GetAvailabilityIntervals(
TimeIntervalCollection^ consideredIntervals
)
abstract GetAvailabilityIntervals :
consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection
override GetAvailabilityIntervals :
consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection
Parameters
- consideredIntervals
- Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals over which availability information is needed. Note that the returned availability
intervals may indicate availability outside of these intervals of consideration.
Return Value
Type:
TimeIntervalCollectionThe collection of availability intervals.
Implements
IAvailabilityGetAvailabilityIntervals(TimeIntervalCollection)See Also