This document is archived and information here might be outdated.  Recommended version.


ICalculateCellSizeRangesParameters Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface
ArcGIS Developer Help

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

Name 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 size 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.

Classes that implement ICalculateCellSizeRangesParameters

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.

.NET Samples

Create a Mosaic dataset Create a custom raster type Create a custom raster type from the ground up for DMCII data