IEstimateStatisticsParameters Interface

Provides access to members that control how a mosaic dataset statistics are estimated.

Members

Name Description
Read/write property ComputeItemStatisticsIfMissing Indicates whether statistics of selected mosaic dataset items are computed if missing. If set to FALSE, items without statistics are skipped and excluded from the aggregate.
Read/write property MergeExistingStatistics Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.
Read/write property UpdateMosaicDataset Indicates whether the mosaic dataset is updated with the aggregate statistics.

IEstimateStatisticsParameters.ComputeItemStatisticsIfMissing Property

Indicates whether statistics of selected mosaic dataset items are computed if missing. If set to FALSE, items without statistics are skipped and excluded from the aggregate.

Public Property ComputeItemStatisticsIfMissing As Boolean
public bool ComputeItemStatisticsIfMissing {get; set;}

IEstimateStatisticsParameters.MergeExistingStatistics Property

Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.

Public Property MergeExistingStatistics As Boolean
public bool MergeExistingStatistics {get; set;}

IEstimateStatisticsParameters.UpdateMosaicDataset Property

Indicates whether the mosaic dataset is updated with the aggregate statistics.

Public Property UpdateMosaicDataset As Boolean
public bool UpdateMosaicDataset {get; set;}

Classes that implement IEstimateStatisticsParameters

Classes Description
EstimateStatisticsParameters An object that controls how raster statistics of a mosaic dataset are estimated.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.