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