|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterBandColormap
Provides access to members that control the colormap of a raster band.
This interface is only supported by file based RasterBand.
| Method Summary | |
|---|---|
IRasterColormap |
getColormap()
The colormap of this raster band. |
boolean |
hasColormap()
Indicates if this band has a colormap. |
void |
setColormap(IRasterColormap colormap)
The colormap of this raster band. |
| Method Detail |
|---|
boolean hasColormap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterColormap getColormap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColormap(IRasterColormap colormap)
throws IOException,
AutomationException
colormap - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (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 | ||||||||