Click or drag to resize

MaterializedTemporallyPartitionedCoverageDefinition 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. GridPointCreationCallback 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.3.420.0 (24.3.420.0)
Syntax
public MaterializedTemporallyPartitionedCoverageDefinition(
	ICoverageGrid grid,
	bool useDefaultGridPointPlatform
)

Parameters

grid
Type: AGI.Foundation.Geometry.Discrete.ICoverageGrid
The ICoverageGrid to be used in this coverage calculation.
useDefaultGridPointPlatform
Type: System.Boolean
If this is set to true then a default platform will be set on the grid points. See below for more details.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if grid is null.
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