Click or drag to resize

SpheroidCoverageGrid.GenerateGridPoints Method

Generate the set of grid points.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

Type: IList<CoverageGridPoint>
The set of grid points.

Implements

ICoverageGrid.GenerateGridPoints()
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if any of the following are null- ReferenceFrame, RadialGriddingTechnique, ClockAngleGriddingTechnique, ConeAngleGriddingTechnique. Thrown if ConeAngleBounds is not between 0 and pi. Also thrown if RadialBounds are not positive.
Remarks
When implementing, note that the space represented by each grid point should not overlap.
See Also