|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRenderedRaster2
Provides access to members that control a rendered Raster.
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 |
Method Detail |
---|
IRaster getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRaster(IRaster ppRaster) throws IOException, AutomationException
ppRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterRenderer getRenderer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererByRef(IRasterRenderer ppRenderer) throws IOException, AutomationException
ppRenderer
- A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRGB32() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRGB32(boolean pRGB32) throws IOException, AutomationException
pRGB32
- The pRGB32 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |