Click or drag to resize

GlobalCoverageGridGenerateGridPoints Method

Produces the grid points based on the given set of parameters for the global grid. The resolution will be increased slightly in each coordinate in order to evenly divide the coordinate's angular span. The granularity in longitude is also adjusted downwards to approximately preserve the surface area covered by each grid point, relative to the surface area each point covers near the equator, as either pole is approached.

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