com.esri.arcgis.datasourcesraster
Interface IEstimateStatisticsParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EstimateStatisticsParameters, IEstimateStatisticsParametersProxy

public interface IEstimateStatisticsParameters
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb7bd9b36_4f05_457b_999f_706ede360654
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDb7bd9b36_4f05_457b_999f_706ede360654

static final int IIDb7bd9b36_4f05_457b_999f_706ede360654
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

setMergeExistingStatistics

void setMergeExistingStatistics(boolean pbMergeExistingStatistics)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.

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

isMergeExistingStatistics

boolean isMergeExistingStatistics()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.

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

setComputeItemStatisticsIfMissing

void setComputeItemStatisticsIfMissing(boolean pbComputeItemStatisticsIfMissing)
                                       throws java.io.IOException,
                                              AutomationException
Indicates whether statistics of selected mosaic dataset items are computed if missing. If set to FALSE, items without statistics are skipped and excluded from the aggregate.

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

isComputeItemStatisticsIfMissing

boolean isComputeItemStatisticsIfMissing()
                                         throws java.io.IOException,
                                                AutomationException
Indicates whether statistics of selected mosaic dataset items are computed if missing. If set to FALSE, items without statistics are skipped and excluded from the aggregate.

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

setUpdateMosaicDataset

void setUpdateMosaicDataset(boolean pbUpdateMosaicDataset)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the mosaic dataset is updated with the aggregate statistics.

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

isUpdateMosaicDataset

boolean isUpdateMosaicDataset()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether the mosaic dataset is updated with the aggregate statistics.

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