Click or drag to resize

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.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 MinimumLatitude is greater than MaximumLatitude.
InvalidOperationExceptionThrown 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