|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterColormap
Provides access to members that control a raster colormap.
| Method Summary | |
|---|---|
int |
bin(double pixval)
Translates pixel values into integers to index them into the colormap. |
Object |
getBlueValues()
Array of blue ratios as doubles between 0.0 and 1.0. |
Object |
getColors()
Array of colors as OLE_COLORs. |
Object |
getGreenValues()
Array of green ratios as doubles between 0.0 and 1.0. |
Object |
getRedValues()
Array of red ratios as doubles between 0.0 and 1.0. |
void |
setBlueValues(Object val)
Array of blue ratios as doubles between 0.0 and 1.0. |
void |
setColors(Object val)
Array of colors as OLE_COLORs. |
void |
setGreenValues(Object val)
Array of green ratios as doubles between 0.0 and 1.0. |
void |
setRedValues(Object val)
Array of red ratios as doubles between 0.0 and 1.0. |
| Method Detail |
|---|
Object getRedValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRedValues(Object val)
throws IOException,
AutomationException
val - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getGreenValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGreenValues(Object val)
throws IOException,
AutomationException
val - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getBlueValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBlueValues(Object val)
throws IOException,
AutomationException
val - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getColors()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColors(Object val)
throws IOException,
AutomationException
val - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int bin(double pixval)
throws IOException,
AutomationException
pixval - The pixval (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 | ||||||||