Provides access to members that control parameters for generating overview images in a mosaic dataset.
Members
| Name | Description | |
|---|---|---|
![]() |
ComputeStatistics | Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process. |
![]() |
GenerateMissingImages | Indicates whether missing overview images are generated. |
![]() |
GenerateStaleImages | Indicates whether overview images for stale items are rengenerated. |
IGenerateOverviewsParameters2.ComputeStatistics Property
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
Public Property ComputeStatistics As Boolean
public bool ComputeStatistics {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IGenerateOverviewsParameters | Provides access to members that control parameters for generating overview images in a mosaic dataset. |
Classes that implement IGenerateOverviewsParameters2
| Classes | Description |
|---|---|
| GenerateOverviewsParameters | An object that controls how a mosaic dataset's overview images are generated. |
