MaterializedSpatiallyPartitionedCoverageDefinition 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.2.419.0 (24.2.419.0)
Syntax public MaterializedSpatiallyPartitionedCoverageDefinition(
ICoverageGrid grid,
bool useDefaultGridPointPlatform
)
Public Sub New (
grid As ICoverageGrid,
useDefaultGridPointPlatform As Boolean
)
public:
MaterializedSpatiallyPartitionedCoverageDefinition(
ICoverageGrid^ grid,
bool useDefaultGridPointPlatform
)
new :
grid : ICoverageGrid *
useDefaultGridPointPlatform : bool -> MaterializedSpatiallyPartitionedCoverageDefinition
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 Remarks See Also