public interface ICalculateStatisticsParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9
static final int xxDummy
static final java.lang.String IID
int getXSkipFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXSkipFactor(int xSkipFactor) throws java.io.IOException, AutomationException
xSkipFactor
- The xSkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getYSkipFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYSkipFactor(int ySkipFactor) throws java.io.IOException, AutomationException
ySkipFactor
- The ySkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getIgnoreValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIgnoreValues(java.lang.Object vIgnoreValues) throws java.io.IOException, AutomationException
vIgnoreValues
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.