com.esri.arcgis.carto
Interface IRasterRendererColorRamp

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterClassifyColorRampRenderer, RasterDiscreteColorRenderer, RasterStretchColorRampRenderer, RasterUniqueValueRenderer

public interface IRasterRendererColorRamp
extends Serializable

Provides access to members that control the color ramp of a renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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(String colorScheme)
          The color scheme name.
 

Method Detail

getColorScheme

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setColorScheme

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

IRasterRendererColorRamp_getColorRamp

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setColorRamp

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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