Click or drag to resize

IntersectionWithSurfaceRegionsCoverageGrid.GenerateGridPoints Method

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

Type: IList<CoverageGridPoint>
The grid points.

Implements

ICoverageGrid.GenerateGridPoints()
Exceptions
ExceptionCondition
InvalidOperationException Thrown if ReferenceTerrain is configured and its shape doesn't match CentralBody's shape. Thrown if the points do not have overlapping availability.
PropertyInvalidExceptionThrown if ReferenceFrame or CentralBody is null.
Remarks
If ReferenceTerrain is configured, the heights of the grid points are determined by that TerrainProvider. Note that the type of Point used for the location in the returned GridPoints are PointCartographic.
See Also