Click or drag to resize

MaterializedTemporallyPartitionedCoverageDefinitionCreateGridPoint Method

Creates a CoverageGridPointWithResults suitable for computing coverage.

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

Parameters

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

Return Value

Type: CoverageGridPointWithResults
A properly setup CoverageGridPointWithResults.
See Also