Click or drag to resize

MaterializedSpatiallyPartitionedCoverageDefinition.CreateGridPoint Method

Creates a CoverageGridPointWithResults suitable for computing coverage.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override CoverageGridPointWithResults CreateGridPoint(
	CoverageGridPoint coverageGridPoint
)

Parameters

coverageGridPoint
Type: AGI.Foundation.Geometry.Discrete.CoverageGridPoint
The geometric grid point produced by the gridding algorithm.

Return Value

Type: CoverageGridPointWithResults
A properly setup CoverageGridPointWithResults.
See Also