com.esri.arcgis.carto
Interface IRenderedRaster2

All Superinterfaces:
IRenderedRaster, java.io.Serializable
All Known Implementing Classes:
IRenderedRaster2Proxy, RenderedRaster

public interface IRenderedRaster2
extends IRenderedRaster, java.io.Serializable

COM Interface 'IRenderedRaster2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a rendered Raster.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8c15bd4c_cecb_4af1_89a7_a25e3f89e840
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRenderedRaster
IID7d93e3c6_86ff_48b8_88d5_345049233889
 
Method Summary
 IRaster getRaster()
          The source raster.
 IRasterRenderer getRenderer()
          The raster renderer.
 boolean isRGB32()
          Indicates if alpha channel is to be added.
 void setRaster(IRaster ppRaster)
          The source raster.
 void setRendererByRef(IRasterRenderer ppRenderer)
          The raster renderer.
 void setRGB32(boolean pRGB32)
          Indicates if alpha channel is to be added.
 
Methods inherited from interface com.esri.arcgis.carto.IRenderedRaster
getFullName, getLayer, init, isForceRGB, setForceRGB
 

Field Detail

IID8c15bd4c_cecb_4af1_89a7_a25e3f89e840

static final int IID8c15bd4c_cecb_4af1_89a7_a25e3f89e840
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

IRaster getRaster()
                  throws java.io.IOException,
                         AutomationException
The source raster.

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

setRaster

void setRaster(IRaster ppRaster)
               throws java.io.IOException,
                      AutomationException
The source raster.

Parameters:
ppRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

IRasterRenderer getRenderer()
                            throws java.io.IOException,
                                   AutomationException
The raster renderer.

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

setRendererByRef

void setRendererByRef(IRasterRenderer ppRenderer)
                      throws java.io.IOException,
                             AutomationException
The raster renderer.

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

isRGB32

boolean isRGB32()
                throws java.io.IOException,
                       AutomationException
Indicates if alpha channel is to be added.

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

setRGB32

void setRGB32(boolean pRGB32)
              throws java.io.IOException,
                     AutomationException
Indicates if alpha channel is to be added.

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