public interface IFocalStatisticsFilter
extends 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 |
IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
The focal statistic type.
|
void |
setSize(int nColumns,
int nRows)
Sets the size of the focal filter.
|
void |
setType(int pType)
The focal statistic type.
|
static final int IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc
static final int xxDummy
static final java.lang.String IID
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSize(int nColumns, int nRows) throws java.io.IOException, AutomationException
nColumns
- The nColumns (in)nRows
- The nRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.