Click or drag to resize

BaseCoverageDefinition Properties

The BaseCoverageDefinition type exposes the following members.

Properties
  NameDescription
Protected propertyAssetDefinitions
Gets or sets the asset definitions defined for this coverage definition.
Public propertyAssets
Gets a read-only collection of assets which provide coverage over the grid.
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.
Public propertyGrid
Gets or sets the grid used to generate points of interest over which to analyze coverage.
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.
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.
Top
See Also