public interface IColormapFilter
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID09d1a037_40ef_42b0_85a6_96c0f4641f19 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
match(IRasterColormap cm1,
IRasterColormap cm2,
int ncolors)
Matches colors from second colormap to that of the first colormap.
|
static final int IID09d1a037_40ef_42b0_85a6_96c0f4641f19
static final int xxDummy
static final java.lang.String IID
void match(IRasterColormap cm1, IRasterColormap cm2, int ncolors) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.