Click or drag to resize

GpsReceiverGetSatelliteTrackingEvaluator Method (EvaluatorGroup)

Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at a given date. The satellites are identified as a collection of references to Platform instances.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<PlatformCollection> GetSatelliteTrackingEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.

Return Value

Type: EvaluatorPlatformCollection
An evaluator of the currently tracked GPS satellites.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the group is .
ServiceNotAvailableException Thrown when this GPS receiver's Antenna does not have the ILocationPointService or the IOrientationAxesService.
Remarks
The Earth Fixed frame is used for some computations. It is obtained from the EarthCentralBody contained in the CentralBodiesFacet instance in the CalculationContext.
See Also