Click or drag to resize

NavigationAccuracyAssessedFigureOfMeritGetScalarFigureOfMerit Method

Get a scalar representing the figure of merit for the given data.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar GetScalarFigureOfMerit(
	ValueDefinition<CoverageData> coverageResult,
	IServiceProvider coverageObject
)

Parameters

coverageResult
Type: AGI.Foundation.InfrastructureValueDefinitionCoverageData
The coverage results for which to compute a figure of merit.
coverageObject
Type: SystemIServiceProvider
The object of interest in the figure of merit calculation which implements the IGpsReceiverService.

Return Value

Type: Scalar
A scalar representing the figure of merit based on the given data.

Implements

IFigureOfMeritDefinitionGetScalarFigureOfMerit(ValueDefinitionCoverageData, IServiceProvider)
Exceptions
ExceptionCondition
ServiceNotAvailableExceptionThrown when coverageObject does not provide IGpsReceiverService.
See Also