Click or drag to resize

MaterializedTemporallyPartitionedCoverageDefinition Properties

The MaterializedTemporallyPartitionedCoverageDefinition type exposes the following members.

Properties
  NameDescription
Protected propertyAssetDefinitions
Gets or sets the asset definitions defined for this coverage definition.
(Inherited from BaseCoverageDefinition.)
Public propertyAssets
Gets a read-only collection of assets which provide coverage over the grid.
(Inherited from BaseCoverageDefinition.)
Public propertyFilter
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.)
Public propertyFindAccessBetweenSteps
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.)
Public propertyGrid
Gets or sets the grid used to generate points of interest over which to analyze coverage.
(Inherited from BaseCoverageDefinition.)
Public propertyGridPointCreationCallback
Gets or sets a delegate that is used to create properties for each grid point used in an access calculation.
Public propertyGridPointPlaceholder
Gets the IServiceProvider representing a generic grid point on the grid. This service should be used when linking the grid to assets, for example.
Protected propertyGridPointService
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.)
Public propertyIsFrozen
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.)
Public propertyMultithreadCoverage
Gets or sets a value indicating whether to use multiple threads to compute coverage. This is by default.
(Inherited from BaseCoverageDefinition.)
Top
See Also