com.esri.arcgis.carto
Interface IRenderedRaster

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRenderedRaster2
All Known Implementing Classes:
IRenderedRaster2Proxy, IRenderedRasterProxy, RenderedRaster

public interface IRenderedRaster
extends Serializable

Provides access to members that controls a rendered raster.

Product Availability

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


Method Summary
 IName getFullName()
          The full name.
 ILayer getLayer()
          The source layer.
 void init(String layerFile)
          Initializes using a layer file.
 boolean isForceRGB()
          Indicates if RGB output is required (forced).
 void setForceRGB(boolean pForceRGB)
          Indicates if RGB output is required (forced).
 

Method Detail

init

void init(String layerFile)
          throws IOException,
                 AutomationException
Initializes using a layer file.

Product Availability

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

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

getFullName

IName getFullName()
                  throws IOException,
                         AutomationException
The full name.

Product Availability

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

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

isForceRGB

boolean isForceRGB()
                   throws IOException,
                          AutomationException
Indicates if RGB output is required (forced).

Product Availability

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

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

setForceRGB

void setForceRGB(boolean pForceRGB)
                 throws IOException,
                        AutomationException
Indicates if RGB output is required (forced).

Product Availability

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

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

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
The source layer.

Product Availability

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

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