|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatisticsFunctionArguments
Provides access to members that control focal statistics function arguments.
Method Summary | |
---|---|
int |
getColumns()
The number of columns in the focal function. |
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(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. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumns(int pColumns) throws IOException, AutomationException
pColumns
- The pColumns (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws IOException, AutomationException
pRows
- The pRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |