|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRenderedRaster
Provides access to members that controls a rendered raster.
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 |
---|
void init(String layerFile) throws IOException, AutomationException
layerFile
- The layerFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isForceRGB() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForceRGB(boolean pForceRGB) throws IOException, AutomationException
pForceRGB
- The pForceRGB (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
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 |