MaterializedTemporallyPartitionedCoverageDefinition Constructor |
Name | Description | |
---|---|---|
MaterializedTemporallyPartitionedCoverageDefinition |
Initializes a new instance.
GridPointCreationCallback must be set before use.
| |
MaterializedTemporallyPartitionedCoverageDefinition(CoverageGridPointCreationCallback) |
Initializes a new instance.
gridPointCreationCallback as the delegate to create grid points.
| |
MaterializedTemporallyPartitionedCoverageDefinition(ICoverageGrid, Boolean) |
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
GridPointCreationCallback will need to be set before use if the default is not selected.
| |
MaterializedTemporallyPartitionedCoverageDefinition(MaterializedTemporallyPartitionedCoverageDefinition, CopyContext) | Initializes a new instance as a copy of an existing instance. |