A class for clipping filter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This object is new at ArcGIS 9.3.
Interfaces
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. |
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.