com.esri.arcgis.datasourcesraster
Interface IGenerateOverviewsParameters2

All Superinterfaces:
IGenerateOverviewsParameters, Serializable
All Known Implementing Classes:
GenerateOverviewsParameters

public interface IGenerateOverviewsParameters2
extends IGenerateOverviewsParameters, Serializable

Provides access to members that control parameters for generating overview images in a mosaic dataset.

Product Availability

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


Method Summary
 boolean isComputeStatistics()
          Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
 void setComputeStatistics(boolean pbComputeStatistics)
          Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IGenerateOverviewsParameters
isGenerateMissingImages, isGenerateStaleImages, setGenerateMissingImages, setGenerateStaleImages
 

Method Detail

setComputeStatistics

void setComputeStatistics(boolean pbComputeStatistics)
                          throws IOException,
                                 AutomationException
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.

Product Availability

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

Parameters:
pbComputeStatistics - The pbComputeStatistics (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isComputeStatistics

boolean isComputeStatistics()
                            throws IOException,
                                   AutomationException
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.

Product Availability

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

Returns:
The pbComputeStatistics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.