Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor (CentralBody, TerrainProvider, IListCoverageGridPoint)

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

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

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body on which these grid points are defined.
terrainProvider
Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points.
points
Type: System.Collections.GenericIListCoverageGridPoint
The set of grid points.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when terrainProvider, centralBody, or points is .
See Also