com.esri.arcgis.datasourcesraster
Interface IRenderedRasterFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
RenderedRasterFunctionArguments

public interface IRenderedRasterFunctionArguments
extends Serializable

Provides access to members that control rendered raster function arguments.

Product Availability

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


Method Summary
 Object getRaster()
          The input raster.
 Object getRasterRenderer()
          The input raster renderer.
 void setRasterByRef(Object ppRaster)
          The input raster.
 void setRasterRendererByRef(Object ppRasterRenderer)
          The input raster renderer.
 

Method Detail

getRaster

Object getRaster()
                 throws IOException,
                        AutomationException
The input raster.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(Object ppRaster)
                    throws IOException,
                           AutomationException
The input raster.

Product Availability

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

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterRenderer

Object getRasterRenderer()
                         throws IOException,
                                AutomationException
The input raster renderer.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterRendererByRef

void setRasterRendererByRef(Object ppRasterRenderer)
                            throws IOException,
                                   AutomationException
The input raster renderer.

Product Availability

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

Parameters:
ppRasterRenderer - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.