com.esri.arcgis.datasourcesraster
Interface IColormapFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColormapFilter, IColormapFilterProxy

public interface IColormapFilter
extends java.io.Serializable

COM Interface 'IColormapFilter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a colormap filter.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID09d1a037_40ef_42b0_85a6_96c0f4641f19
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void match(IRasterColormap cm1, IRasterColormap cm2, int ncolors)
          Matches colors from second colormap to that of the first colormap.
 

Field Detail

IID09d1a037_40ef_42b0_85a6_96c0f4641f19

static final int IID09d1a037_40ef_42b0_85a6_96c0f4641f19
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

match

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.