Click or drag to resize

GridTimeSampledValuesComputeData Method (CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration)

Compute figure of merit over the coverage grid.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static GridTimeSampledValues ComputeData(
	CoverageResults grid,
	IFigureOfMeritDefinition figureOfMerit,
	TimeInterval interval,
	Duration step
)

Parameters

grid
Type: AGI.Foundation.CoverageCoverageResults
The coverage grid, including results.
figureOfMerit
Type: AGI.Foundation.Coverage.FigureOfMeritIFigureOfMeritDefinition
The time-dynamic figure of merit definition.
interval
Type: AGI.Foundation.TimeTimeInterval
The sampling interval.
step
Type: AGI.Foundation.TimeDuration
The sampling step size.

Return Value

Type: GridTimeSampledValues
A data set containing figure of merit data for each grid point sampled over time.
See Also