|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterColormap2
Provides access to members that control a raster colormap.
The IRasterColormap2 interface provides function to map the index (objectid) to raster pixel values, so the entries in the raster colormap match the raster pixel values correctly. The LUT property sets the lookup table for mapping from index to raster pixel value.
Method Summary | |
---|---|
IBinFunction |
getBinFunction()
The Bin function that maps pixel value into colormap index. |
Object |
getRemappedBlueValues()
The remapped Blue color component values using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedColors()
The remapped colors using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedGreenValues()
The remapped Green color component values using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedRedValues()
The remapped Red color component values using LUT from index to value (OBJECTID, VALUE). |
void |
setLUT(ITable rhs1)
The lookup table (OBJECTID, VALUE) for remaping from index to pixel value. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterColormap |
---|
bin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValues |
Method Detail |
---|
void setLUT(ITable rhs1) throws IOException, AutomationException
Set the lookup table to map index to raster pixel value.
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getRemappedColors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getRemappedRedValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getRemappedGreenValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getRemappedBlueValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBinFunction getBinFunction() 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 |