Click or drag to resize

RinexNavigation.CreateSatelliteCollection Method (BehaviorBeyondAvailability)

Creates a GPS satellite for each record in the RINEX Navigation file, using the specified evaluation behavior.

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 PlatformCollection CreateSatelliteCollection(
	BehaviorBeyondAvailability evaluationBehavior
)

Parameters

evaluationBehavior
Type: AGI.Foundation.BehaviorBeyondAvailability
Instructs the GpsRinexPropagator what to do when evaluated beyond this file's availability.

Return Value

Type: PlatformCollection
The collection of GPS satellites. There is a GpsSatelliteExtension instance for each record in the RINEX Navigation file.
See Also