GlobalCoverageGrid.GenerateGridPoints 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.3.420.0 (24.3.420.0)
Syntaxpublic override IList<CoverageGridPoint> GenerateGridPoints()
Public Overrides Function GenerateGridPoints As IList(Of CoverageGridPoint)
public:
virtual IList<CoverageGridPoint^>^ GenerateGridPoints() override
abstract GenerateGridPoints : unit -> IList<CoverageGridPoint>
override GenerateGridPoints : unit -> IList<CoverageGridPoint>
Return Value
Type:
IList<CoverageGridPoint>The grid points.
Implements
ICoverageGrid.GenerateGridPoints()
Exceptions
Remarks
See Also