public interface IStatisticsFunctionArguments2 extends IStatisticsFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control focal statistics function arguments.' 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 |
IID2506bf76_253a_4262_8440_ed00db372a32 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
Modifier and Type | Method and Description |
---|---|
boolean |
isFillNoDataOnly()
Option to fill only no data with pixel value.
|
void |
setFillNoDataOnly(boolean pbFillNoData)
Option to fill only no data with pixel value.
|
getColumns, getRaster, getRows, getType, setColumns, setRasterByRef, setRows, setType
static final int IID2506bf76_253a_4262_8440_ed00db372a32
static final int xxDummy
static final java.lang.String IID
void setFillNoDataOnly(boolean pbFillNoData) throws java.io.IOException, AutomationException
pbFillNoData
- The pbFillNoData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFillNoDataOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.