com.esri.arcgis.carto
Interface IRasterDiscreteColorRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDiscreteColorRendererProxy, RasterDiscreteColorRenderer

public interface IRasterDiscreteColorRenderer
extends java.io.Serializable

COM Interface 'IRasterDiscreteColorRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods that control a raster discrete color renderer.' 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 IID7eda4f65_67e5_4bab_9916_80aea4a414c0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getNumColors()
          The number of colors.
 void setColormap(IRasterColormap rhs1)
          The custom colormap.
 void setNumColors(int pNumColors)
          The number of colors.
 

Field Detail

IID7eda4f65_67e5_4bab_9916_80aea4a414c0

static final int IID7eda4f65_67e5_4bab_9916_80aea4a414c0
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

setNumColors

void setNumColors(int pNumColors)
                  throws java.io.IOException,
                         AutomationException
The number of colors.

Parameters:
pNumColors - The pNumColors (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumColors

int getNumColors()
                 throws java.io.IOException,
                        AutomationException
The number of colors.

Returns:
The pNumColors
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColormap

void setColormap(IRasterColormap rhs1)
                 throws java.io.IOException,
                        AutomationException
The custom colormap.

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