Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor (CentralBody, IList<CoverageGridPoint>)

Construct a new instance based on a given list of GridPoints and their corresponding central body.

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 SpecifiedCentralBodyCoverageGrid(
	CentralBody centralBody,
	IList<CoverageGridPoint> points
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body on which these grid points are defined.
points
Type: System.Collections.Generic.IList<CoverageGridPoint>
The set of grid points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if centralBody or points is null.
ArgumentExceptionThrown if no grid points are supplied.
See Also