MaterializedTemporallyPartitionedCoverageDefinition Properties |
The MaterializedTemporallyPartitionedCoverageDefinition 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.) | |
FindAccessBetweenSteps |
Gets or sets a value indicating whether to perform additional access calculations between time steps where access was either gained or lost.
If this is , when a new step determines that access is now satisfied, the satisfied interval will begin at the time of that step.
This defaults to .
(Inherited from DiscreteCoverageDefinition.) | |
Grid |
Gets or sets the grid used to generate points of interest over which to analyze coverage.
(Inherited from BaseCoverageDefinition.) | |
GridPointCreationCallback |
Gets or sets a delegate that is used to create properties for each grid point used in an access calculation.
| |
GridPointPlaceholder |
Gets the IServiceProvider representing a generic grid point on the grid. This service should be used when linking the grid to assets, for example.
| |
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.) |