LatitudeBoundsCoverageGridGenerateGridPoints Method |
Computes the grid points based on the given set of parameters for the planetodetic latitude band. The boundary for this band is exclusive. The resolution specifies the granularity in both latitude and longitude, and
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.2.419.0 (24.2.419.0)
Syntax public 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:
IListCoverageGridPointThe grid points.
Implements
ICoverageGridGenerateGridPointsExceptions Remarks See Also