public interface IStatisticsFunctionArguments
extends 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 |
IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getColumns()
The number of columns in the focal function.
|
java.lang.Object |
getRaster()
The source raster object.
|
int |
getRows()
The number of rows in the focal function.
|
int |
getType()
The focal statistic type.
|
void |
setColumns(int pColumns)
The number of columns in the focal function.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setRows(int pRows)
The number of rows in the focal function.
|
void |
setType(int pType)
The focal statistic type.
|
static final int IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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 setColumns(int pColumns) throws java.io.IOException, AutomationException
pColumns
- The pColumns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws java.io.IOException, AutomationException
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.