public interface IGenerateOverviewsParameters2 extends IGenerateOverviewsParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd1bcace5_6733_46aa_9680_add4d97a5e73
Modifier and Type | Method and Description |
---|---|
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.
|
isGenerateMissingImages, isGenerateStaleImages, setGenerateMissingImages, setGenerateStaleImages
static final int IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb
static final int xxDummy
static final java.lang.String IID
void setComputeStatistics(boolean pbComputeStatistics) throws java.io.IOException, AutomationException
pbComputeStatistics
- The pbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.