GridStatisticsAreaCovered Method |
Computes the total area on the grid which has been covered.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 19.1.398.0 (19.1.398.0)
Syntaxpublic static double AreaCovered(
IEnumerable<CoverageGridPoint> gridPoints
)
Public Shared Function AreaCovered (
gridPoints As IEnumerable(Of CoverageGridPoint)
) As Double
public:
static double AreaCovered(
IEnumerable<CoverageGridPoint^>^ gridPoints
)
static member AreaCovered :
gridPoints : IEnumerable<CoverageGridPoint> -> float
Parameters
- gridPoints
- Type: System.Collections.GenericIEnumerableCoverageGridPoint
The coverage grid which must contain the coverage intervals
on each of the grid points along with the grid point weights representing the area
of each grid point.
Return Value
Type:
DoubleThe coverage area, in square meters.
See Also