This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > C > ClipFilter CoClass (ArcObjects .NET 10.4 SDK) |
A class for clipping filter.
This object is new at ArcGIS 9.3.
Interfaces | Description |
---|---|
IClipFilter | Provides access to members that control a clipping filter. |
IClipFilter2 | Provides access to additional members that control a clipping filter. |
IPixelFilter | Provides access to members that control a pixel filter. |
IPixelFilter2 | Provides access to additional members that control a pixel filter. |
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.