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
|
Name |
Description |
|
CalculateLevels |
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored. |
|
CalculateMosaicCellSizes |
Indicates whether mosaic dataset's maximum visible cell size is calculated. |
|
CalculateRasterMaxCellSizes |
Indicates whether maximum visibility values are calculated for selected items. |
|
CalculateRasterMinCellSizes |
Indicates whether minimum visibility values are calculated for selected items. |
|
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. |
|
MaxOverviewFactor |
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items. |
|
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 |
|
UpdateMissingValuesOnly |
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated. |
CoClasses that implement ICalculateCellSizeRangesParameters
.NET Samples
Create a custom raster type (Code Files:
TestThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
How to compute pixel size ranges on a Mosaic dataset