com.esri.arcgis.datasourcesraster
Interface ICalculateStatisticsParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AddRastersParameters, ExportItemsParameters, GenerateOverviewsParameters, ICalculateStatisticsParametersProxy, SynchronizeParameters

public interface ICalculateStatisticsParameters
extends java.io.Serializable

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

Description: 'Provides access to members that control parameters for calculating statistics of 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 IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getIgnoreValues()
          The ignore values for statistics.
 int getXSkipFactor()
          The X skip factor for statistics.
 int getYSkipFactor()
          The Y skip factor for statistics.
 void setIgnoreValues(java.lang.Object vIgnoreValues)
          The ignore values for statistics.
 void setXSkipFactor(int xSkipFactor)
          The X skip factor for statistics.
 void setYSkipFactor(int ySkipFactor)
          The Y skip factor for statistics.
 

Field Detail

IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9

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

getXSkipFactor

int getXSkipFactor()
                   throws java.io.IOException,
                          AutomationException
The X skip factor for statistics.

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

setXSkipFactor

void setXSkipFactor(int xSkipFactor)
                    throws java.io.IOException,
                           AutomationException
The X skip factor for statistics.

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

getYSkipFactor

int getYSkipFactor()
                   throws java.io.IOException,
                          AutomationException
The Y skip factor for statistics.

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

setYSkipFactor

void setYSkipFactor(int ySkipFactor)
                    throws java.io.IOException,
                           AutomationException
The Y skip factor for statistics.

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

getIgnoreValues

java.lang.Object getIgnoreValues()
                                 throws java.io.IOException,
                                        AutomationException
The ignore values for statistics.

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

setIgnoreValues

void setIgnoreValues(java.lang.Object vIgnoreValues)
                     throws java.io.IOException,
                            AutomationException
The ignore values for statistics.

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