com.esri.arcgis.datasourcesraster
Interface IFocalMeanFilter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FocalMeanFilter
public interface IFocalMeanFilter
- extends Serializable
Provides access to members that control a focal mean filter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
setSize(int nColumns,
int nRows)
Sets the size of the focal filter. |
setSize
void setSize(int nColumns,
int nRows)
throws IOException,
AutomationException
- Sets the size of the focal filter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
nColumns
- The nColumns (in)nRows
- The nRows (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.