com.esri.arcgis.carto
Interface IRenderedThumbnailBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterThumbnailBuilder

public interface IRenderedThumbnailBuilder
extends Serializable

Provides access to members that control a rendered thumbnail builder.

Product Availability

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


Method Summary
 IRasterRenderer getRasterRenderer()
          The raster renderer used for conversion.
 void setRasterRendererByRef(IRasterRenderer ppRenderer)
          The raster renderer used for conversion.
 

Method Detail

getRasterRenderer

IRasterRenderer getRasterRenderer()
                                  throws IOException,
                                         AutomationException
The raster renderer used for conversion.

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
The raster renderer used for conversion.

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.