Click or drag to resize

MaterializedTemporallyPartitionedCoverageDefinition Constructor

Overload List
  NameDescription
Public methodMaterializedTemporallyPartitionedCoverageDefinition
Initializes a new instance. GridPointCreationCallback must be set before use.
Public methodMaterializedTemporallyPartitionedCoverageDefinition(CoverageGridPointCreationCallback)
Initializes a new instance. gridPointCreationCallback as the delegate to create grid points.
Public methodMaterializedTemporallyPartitionedCoverageDefinition(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.
Protected methodMaterializedTemporallyPartitionedCoverageDefinition(MaterializedTemporallyPartitionedCoverageDefinition, CopyContext)
Initializes a new instance as a copy of an existing instance.
Top
See Also