Click or drag to resize

IntersectionWithSurfaceRegionsCoverageGridGenerateGridPoints Method

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

Return Value

Type: IListCoverageGridPoint
The grid points.

Implements

ICoverageGridGenerateGridPoints
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 .
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