Click or drag to resize

SurfaceRegionsCoverageGridGenerateGridPoints Method

Generate a list of regularly spaced grid points inside the specified Regions. This grid first computes a region that bounds all of the input Regions. The algorithm then grids this region, adjusting the resolution upwards slightly in order to evenly divide each coordinate's angular span. Points in this bounding region are then kept if they lie within one of the input regions.

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
InvalidOperationExceptionThrown if ReferenceTerrain is configured and its shape doesn't match CentralBody's shape.
PropertyInvalidExceptionThrown if ReferenceFrame or CentralBody is .
Remarks
If a TerrainProvider is present, the vertex heights are found using it as well. Note that the type of Point used for the location in the returned GridPoints are PointCartographic.
See Also