ArcObjects Library Reference (DataSourcesRaster)  

ICalculateCellSizeRangesParameters Interface

Provides access to members that control parameters for computing cell size ranges in a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property CalculateLevels Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
Read/write property CalculateMosaicCellSizes Indicates whether mosaic dataset's maximum visible cell size is calculated.
Read/write property CalculateRasterMaxCellSizes Indicates whether maximum visibility values are calculated for selected items.
Read/write property CalculateRasterMinCellSizes Indicates whether minimum visibility values are calculated for selected items.
Read/write property CellSizeClusterTolerance The factor controlling clustering of cell sizes values. Two cell size values with a difference factor less than the value in this property are considered one.
Read/write property MaxOverviewFactor The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.
Read/write property MaxRangeFactor The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low
Read/write property UpdateMissingValuesOnly Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

CoClasses that implement ICalculateCellSizeRangesParameters

CoClasses and Classes Description
CalculateCellSizeRangesParameters An object that controls how visibility ranges for items in a mosaic dataset are computed.
DefineOverviewsParameters An object that controls how new overview items are created in a mosaic dataset.