Click or drag to resize

ParameterizedTemporallyPartitionedCoverageDefinition Properties

The ParameterizedTemporallyPartitionedCoverageDefinition 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 propertyGridPoint
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.
Public propertyGridPointPlaceholder
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.
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