A class for clipping filter.
Description
This object is new at ArcGIS 9.3.
Interfaces
| Interfaces | Description |
|---|---|
| IClipFilter (esriDataSourcesRaster) | Provides access to members that control a clipping filter. |
| IClipFilter2 (esriDataSourcesRaster) | Provides access to additional members that control a clipping filter. |
| IPixelFilter (esriDataSourcesRaster) | Provides access to members that control a pixel filter. |
| IPixelFilter2 (esriDataSourcesRaster) | Provides access to additional members that control a pixel filter. |
Remarks
ClipFilter is a type of PixelFilter that clips a portion of raster from given geometries, a typical application of this class is polygon clipping on a raster. ClipFilter can be contructed from geomtries such as a polygon or a set of polygons. In the case of more than one geometry, ClipFilter takes the union of geometries.