LongitudeLineCoverageGrid.GenerateGridPoints Method |
Computes the grid points based on the given set of parameters for the longitude line. The resolution sets the granularity in latitude, and will be adjusted upwards slightly in order to evenly divide the coordinate's angular span.
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