ParameterizedSpatiallyPartitionedCoverageDefinition Properties |
The ParameterizedSpatiallyPartitionedCoverageDefinition type exposes the following members.
Name | Description | |
---|---|---|
AssetDefinitions |
Gets or sets the asset definitions defined for this coverage definition.
(Inherited from BaseCoverageDefinition.) | |
Assets |
Gets a read-only collection of assets which provide coverage over the grid.
(Inherited from BaseCoverageDefinition.) | |
Filter |
Gets or sets the constraint which indicates the bound on the number of assets which must have access
to a grid point in order to provide coverage.
(Inherited from BaseCoverageDefinition.) | |
Grid |
Gets or sets the grid used to generate points of interest over which to analyze coverage.
(Inherited from BaseCoverageDefinition.) | |
GridPoint |
Gets a Point object that defines the location of any given grid point during the
coverage computation. This point uses the parameterization system to dynamically change the
evaluator associated with the point, and thus the location and motion, when computing access over the grid. By defining Assets
in relation to the GridPointPlaceholder based on this point, the access results
recorded for each grid point will include the results of the access of the specified asset
based on the location of that particular grid point.
| |
GridPointPlaceholder |
Gets or sets the IServiceProvider representing a generic grid point on the grid. This service should be used when linking the grid to assets, for example.
This template must provide an ILocationPointService, and should be set before using it to configure assets.
| |
GridPointService |
Gets or sets the service used at each grid point. This should be an IPlaceHolderService in the case of delegate based coverage definitions such as, MaterializedSpatiallyPartitionedCoverageDefinition.
This should be an Object with an ILocationPointService in the case of template based coverage definitions such as ParameterizedSpatiallyPartitionedCoverageDefinition.
(Inherited from BaseCoverageDefinition.) | |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
MultithreadCoverage |
Gets or sets a value indicating whether to use multiple threads to compute coverage. This is by default.
(Inherited from BaseCoverageDefinition.) |