|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColormapFilter
Provides access to members that control a colormap filter.
IColormapFilter allows you to match the colormap of the raster to an existing colormap and filter the values accordingly.
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 |
---|
void match(IRasterColormap cm1, IRasterColormap cm2, int ncolors) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |