com.esri.arcgis.datasourcesraster
Interface IColormapFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
ColormapFilter

public interface IColormapFilter
extends Serializable

Provides access to members that control a colormap filter.

Description

IColormapFilter allows you to match the colormap of the raster to an existing colormap and filter the values accordingly.

Product Availability

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

See Also:
IPixelOperation, IPixelFilter

Method Summary
 void match(IRasterColormap cm1, IRasterColormap cm2, int ncolors)
          Matches colors from second colormap to that of the first colormap.
 

Method Detail

match

void match(IRasterColormap cm1,
           IRasterColormap cm2,
           int ncolors)
           throws IOException,
                  AutomationException
Matches colors from second colormap to that of the first colormap.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
cm1 - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
cm2 - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
ncolors - The ncolors (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.