|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGdbRasterCatalogLayer
Provides access to members that control GeoDatabase RasterCatalog Layer.
Method Summary | |
---|---|
IRasterRenderer |
chooseRenderer(IRaster pRaster)
Chooses a proper renderer for a given raster. |
IArray |
getRenderers()
The renderers of RasterCatalog. |
boolean |
isDrawSelectedRasters()
Indicates whether to draw the selected raster. |
boolean[] |
isRendererUsage()
Indicates whether renderers are being used. |
void |
setDrawSelectedRasters(boolean b)
Indicates whether to draw the selected raster. |
void |
setRenderers(IArray ppRenderers)
The renderers of RasterCatalog. |
boolean |
setup(ITable pTable)
Sets up the RasterCatalogLayer based on the given table. |
Method Detail |
---|
boolean setup(ITable pTable) throws IOException, AutomationException
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderers(IArray ppRenderers) throws IOException, AutomationException
ppRenderers
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getRenderers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean[] isRendererUsage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrawSelectedRasters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawSelectedRasters(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterRenderer chooseRenderer(IRaster pRaster) throws IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (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 |