com.esri.arcgis.carto
Interface IRasterRendererColorRamp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterRendererColorRampProxy, RasterClassifyColorRampRenderer, RasterDiscreteColorRenderer, RasterStretchColorRampRenderer, RasterUniqueValueRenderer

public interface IRasterRendererColorRamp
extends java.io.Serializable

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

Description: 'Provides access to members that control the color ramp of a 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 IID04402b9e_6136_4ba4_a5f7_50fdbc245d9c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getColorScheme()
          The color scheme name.
 IColorRamp IRasterRendererColorRamp_getColorRamp()
          The color ramp of the color map.
 void setColorRamp(IColorRamp ppColorRamp)
          The color ramp of the color map.
 void setColorScheme(java.lang.String colorScheme)
          The color scheme name.
 

Field Detail

IID04402b9e_6136_4ba4_a5f7_50fdbc245d9c

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

getColorScheme

java.lang.String getColorScheme()
                                throws java.io.IOException,
                                       AutomationException
The color scheme name.

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

setColorScheme

void setColorScheme(java.lang.String colorScheme)
                    throws java.io.IOException,
                           AutomationException
The color scheme name.

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

IRasterRendererColorRamp_getColorRamp

IColorRamp IRasterRendererColorRamp_getColorRamp()
                                                 throws java.io.IOException,
                                                        AutomationException
The color ramp of the color map.

Returns:
A reference to a com.esri.arcgis.display.IColorRamp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorRamp

void setColorRamp(IColorRamp ppColorRamp)
                  throws java.io.IOException,
                         AutomationException
The color ramp of the color map.

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