com.esri.arcgis.carto
Interface IRasterLayerDrawingDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterLayerDrawingDescription

public interface IRasterLayerDrawingDescription
extends Serializable

Provides access to the RasterLayer drawing options.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IRasterRenderer getRasterRenderer()
          RasterRenderer used to represent symbology of a raster layer.
 void setRasterRendererByRef(IRasterRenderer ppRenderer)
          RasterRenderer used to represent symbology of a raster layer.
 

Method Detail

getRasterRenderer

IRasterRenderer getRasterRenderer()
                                  throws IOException,
                                         AutomationException
RasterRenderer used to represent symbology of a raster layer.

Product Availability

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

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

setRasterRendererByRef

void setRasterRendererByRef(IRasterRenderer ppRenderer)
                            throws IOException,
                                   AutomationException
RasterRenderer used to represent symbology of a raster layer.

Product Availability

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

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