Click or drag to resize

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)
Syntax
public override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

Type: IList<CoverageGridPoint>
The grid points.

Implements

ICoverageGrid.GenerateGridPoints()
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 null.
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