public interface IFocalStatisticsFilter2 extends IFocalStatisticsFilter, java.io.Serializable
Description: 'Provides access to members that control a focal statistics filter.' 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 |
IID831bcc6a_9bcd_4285_a9ee_adbc296d93ff |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc
Modifier and Type | Method and Description |
---|---|
boolean |
isFillNoDataOnly()
Option to fill only no data with pixel value.
|
void |
setFillNoDataOnly(boolean pFillNoData)
Option to fill only no data with pixel value.
|
getType, setSize, setType
static final int IID831bcc6a_9bcd_4285_a9ee_adbc296d93ff
static final int xxDummy
static final java.lang.String IID
boolean isFillNoDataOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFillNoDataOnly(boolean pFillNoData) throws java.io.IOException, AutomationException
pFillNoData
- The pFillNoData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.