com.esri.arcgis.datasourcesraster
Interface IStockConvolutionFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterConvolutionFilter

public interface IStockConvolutionFilter
extends Serializable

Provides access to members that control a kernel-based stock filter.

Description

IStockConvolutionFilter allow selection of one of many predefined (stock) convolution filter provided by RasterConvolutionFilter coclass.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IRasterConvolutionFilter, IPixelOperation, IPixelFilterCollection, IPixelFilter

Method Summary
 int getType()
          The type of the stock kernel filter.
 void setType(int filterType)
          The type of the stock kernel filter.
 

Method Detail

setType

void setType(int filterType)
             throws IOException,
                    AutomationException
The type of the stock kernel filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
filterType - A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws IOException,
                   AutomationException
The type of the stock kernel filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.