com.esri.arcgis.datasourcesraster
Interface IRasterColormap3

All Superinterfaces:
IRasterColormap, IRasterColormap2, java.io.Serializable
All Known Subinterfaces:
IRasterColormap4
All Known Implementing Classes:
IRasterColormap3Proxy, IRasterColormap4Proxy, RasterColormap

public interface IRasterColormap3
extends IRasterColormap2, java.io.Serializable

COM Interface 'IRasterColormap3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a raster colormap.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ead5a24_a135_46ee_acc2_2cb6181f1c2b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterColormap2
IIDa4d0d354_b981_4088_9384_2f82a19783a6
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterColormap
IID7e7e6105_fa34_11d1_8d22_0000f8780535
 
Method Summary
 void loadFrom(java.lang.String colormapFileName)
          Loads colors from an Esri .clr file.
 void saveTo(java.lang.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
 

Field Detail

IID0ead5a24_a135_46ee_acc2_2cb6181f1c2b

static final int IID0ead5a24_a135_46ee_acc2_2cb6181f1c2b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

loadFrom

void loadFrom(java.lang.String colormapFileName)
              throws java.io.IOException,
                     AutomationException
Loads colors from an Esri .clr file.

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

saveTo

void saveTo(java.lang.String colormapFileName)
            throws java.io.IOException,
                   AutomationException
Saves colors to an Esri .clr file.

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