public interface IEstimateStatisticsParameters
extends java.io.Serializable
Description: 'Provides access to members that control how a mosaic dataset statistics are estimated.' 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 |
IIDb7bd9b36_4f05_457b_999f_706ede360654 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isComputeItemStatisticsIfMissing()
Indicates whether statistics of selected mosaic dataset items are computed if missing.
|
boolean |
isMergeExistingStatistics()
Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.
|
boolean |
isUpdateMosaicDataset()
Indicates whether the mosaic dataset is updated with the aggregate statistics.
|
void |
setComputeItemStatisticsIfMissing(boolean pbComputeItemStatisticsIfMissing)
Indicates whether statistics of selected mosaic dataset items are computed if missing.
|
void |
setMergeExistingStatistics(boolean pbMergeExistingStatistics)
Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.
|
void |
setUpdateMosaicDataset(boolean pbUpdateMosaicDataset)
Indicates whether the mosaic dataset is updated with the aggregate statistics.
|
static final int IIDb7bd9b36_4f05_457b_999f_706ede360654
static final int xxDummy
static final java.lang.String IID
void setMergeExistingStatistics(boolean pbMergeExistingStatistics) throws java.io.IOException, AutomationException
pbMergeExistingStatistics
- The pbMergeExistingStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMergeExistingStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputeItemStatisticsIfMissing(boolean pbComputeItemStatisticsIfMissing) throws java.io.IOException, AutomationException
pbComputeItemStatisticsIfMissing
- The pbComputeItemStatisticsIfMissing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeItemStatisticsIfMissing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpdateMosaicDataset(boolean pbUpdateMosaicDataset) throws java.io.IOException, AutomationException
pbUpdateMosaicDataset
- The pbUpdateMosaicDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpdateMosaicDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.