ArcObjects Library Reference (DataSourcesRaster)  

IPixelOperation Interface

Provides access to members that control a pixel operation on a raster.

Product Availability

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

Members

Description
Read/write property PixelFilter The pixel filter for filtering pixel values.

CoClasses that implement IPixelOperation

CoClasses and Classes Description
MosaicRaster A mosaic of rasters.
Raster An in-memory representation of a dynamic raster that can perform resampling and reprojection.

Remarks

IPixelOperation interface is used to set a pixel filer on a Raster.

See Also

IPixelFilter Interface | IPixelFilterCollection Interface

.NET Samples

Create a custom NoData pixel filter (Code Files: TestApp)

.NET Related Topics

DataSourcesRaster | How to create a custom convolution filter | How to pan sharpen an image | Pixel filters