|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterColormap3
Provides access to members that control a raster colormap.
The IRasterColormap3 interface allows to load a colormap from a .clr file to a raster dataset and save a colormap from a raster dataset to a .clr file.
Method Summary | |
---|---|
void |
loadFrom(String colormapFileName)
Loads colors from an Esri .clr file. |
void |
saveTo(String colormapFileName)
Saves colors to an Esri .clr file. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterColormap2 |
---|
getBinFunction, getRemappedBlueValues, getRemappedColors, getRemappedGreenValues, getRemappedRedValues, setLUT |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterColormap |
---|
bin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValues |
Method Detail |
---|
void loadFrom(String colormapFileName) throws IOException, AutomationException
colormapFileName
- The colormapFileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveTo(String colormapFileName) throws IOException, AutomationException
colormapFileName
- The colormapFileName (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 |