com.esri.arcgis.datasourcesraster
Interface IGenerateOverviewsParameters2

All Superinterfaces:
IGenerateOverviewsParameters, java.io.Serializable
All Known Implementing Classes:
GenerateOverviewsParameters, IGenerateOverviewsParameters2Proxy

public interface IGenerateOverviewsParameters2
extends IGenerateOverviewsParameters, java.io.Serializable

COM Interface 'IGenerateOverviewsParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for generating overview images in a mosaic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IGenerateOverviewsParameters
IIDd1bcace5_6733_46aa_9680_add4d97a5e73
 
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
 

Field Detail

IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb

static final int IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setComputeStatistics

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

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

isComputeStatistics

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

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