com.esri.arcgis.datasourcesraster
Interface IRasterColormap3

All Superinterfaces:
IRasterColormap, IRasterColormap2, Serializable
All Known Implementing Classes:
RasterColormap

public interface IRasterColormap3
extends IRasterColormap2, Serializable

Provides access to members that control a raster colormap.

Remarks

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

loadFrom

void loadFrom(String colormapFileName)
              throws IOException,
                     AutomationException
Loads colors from an ESRI .clr file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
colormapFileName - The colormapFileName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveTo

void saveTo(String colormapFileName)
            throws IOException,
                   AutomationException
Saves colors to an ESRI .clr file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
colormapFileName - The colormapFileName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.