Click or drag to resize

ParameterizedSpatiallyPartitionedCoverageDefinition Constructor (ICoverageGrid, Boolean)

Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties. GridPointPlaceholder will need to be set before use if the default is not selected.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterizedSpatiallyPartitionedCoverageDefinition(
	ICoverageGrid grid,
	bool useDefaultGridPointPlatform
)

Parameters

grid
Type: AGI.Foundation.Geometry.DiscreteICoverageGrid
The ICoverageGrid to be used in this coverage calculation.
useDefaultGridPointPlatform
Type: SystemBoolean
If this is set to then a default platform will be set on the grid points. See below for more details.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if grid is .
Remarks
If the type of ICoverageGrid supplied is CentralBodyCoverageGrid and the CentralBody is set, then the default grid point platform will be a point with AxesEastNorthUp. Otherwise, the default grid platform will have axes that are the grid's reference frame's axes. In both cases the following services are provided: ILocationPointService, IOrientationAxesService, IKinematicStateService.
See Also