com.esri.arcgis.datasourcesraster
Interface IRasterColormap2

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

public interface IRasterColormap2
extends IRasterColormap, java.io.Serializable

COM Interface 'IRasterColormap2'. 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 IIDa4d0d354_b981_4088_9384_2f82a19783a6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterColormap
IID7e7e6105_fa34_11d1_8d22_0000f8780535
 
Method Summary
 IBinFunction getBinFunction()
          The Bin function that maps pixel value into colormap index.
 java.lang.Object getRemappedBlueValues()
          The remapped Blue color component values using LUT from index to value (OBJECTID, VALUE).
 java.lang.Object getRemappedColors()
          The remapped colors using LUT from index to value (OBJECTID, VALUE).
 java.lang.Object getRemappedGreenValues()
          The remapped Green color component values using LUT from index to value (OBJECTID, VALUE).
 java.lang.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
 

Field Detail

IIDa4d0d354_b981_4088_9384_2f82a19783a6

static final int IIDa4d0d354_b981_4088_9384_2f82a19783a6
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

setLUT

void setLUT(ITable rhs1)
            throws java.io.IOException,
                   AutomationException
The lookup table (OBJECTID, VALUE) for remaping from index to pixel value.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemappedColors

java.lang.Object getRemappedColors()
                                   throws java.io.IOException,
                                          AutomationException
The remapped colors using LUT from index to value (OBJECTID, VALUE).

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemappedRedValues

java.lang.Object getRemappedRedValues()
                                      throws java.io.IOException,
                                             AutomationException
The remapped Red color component values using LUT from index to value (OBJECTID, VALUE).

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemappedGreenValues

java.lang.Object getRemappedGreenValues()
                                        throws java.io.IOException,
                                               AutomationException
The remapped Green color component values using LUT from index to value (OBJECTID, VALUE).

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemappedBlueValues

java.lang.Object getRemappedBlueValues()
                                       throws java.io.IOException,
                                              AutomationException
The remapped Blue color component values using LUT from index to value (OBJECTID, VALUE).

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBinFunction

IBinFunction getBinFunction()
                            throws java.io.IOException,
                                   AutomationException
The Bin function that maps pixel value into colormap index.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IBinFunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.