This document is archived and information here might be outdated.  Recommended version.


ILutFilter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILutFilter Interface
ArcGIS Developer Help

ILutFilter Interface

Provides access to members that control a LookUp Table filter.

Product Availability

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

Description

ILutFilter filters the values in the raster using a lookup table. A lookup table has a minimum index value and a size. An input pixel value is mapped by first converting the value into index, (index = value-min), and then looking up the output value in the table. Any input values outside the look table range, (min, min+size), are mapped into NoData.

Members

Name Description
Method Get Looks a value.
Read/write property Min The min LUT value.
Method Set Sets a LUT value mapping.
Read/write property Size The LUT size.

Classes that implement ILutFilter

Classes Description
LutFilter A raster LookUp Table filter.

See Also

IPixelFilter Interface | IPixelOperation Interface