|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterRendererUniqueValues
Provides access to members that control unique values.
The IRasterRendererUniqueValues interface sets pixel information to the raster renderer. It provides a convenient way to render a raster with a Unique Values renderer, especially for rasters that do not have an associated attribute table.
| Method Summary | |
|---|---|
IUniqueValues |
getUniqueValues()
The list of unique values. |
void |
setUniqueValuesByRef(IUniqueValues ppUniqueValues)
The list of unique values. |
| Method Detail |
|---|
void setUniqueValuesByRef(IUniqueValues ppUniqueValues)
throws IOException,
AutomationException
ppUniqueValues - A reference to a com.esri.arcgis.datasourcesraster.IUniqueValues (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUniqueValues getUniqueValues()
throws IOException,
AutomationException
The UniqueValues property specifies the UniqueValues (the pixel information of the raster) for the renderer.
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 | ||||||||