public interface IRasterColormap2 extends IRasterColormap, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa4d0d354_b981_4088_9384_2f82a19783a6 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7e7e6105_fa34_11d1_8d22_0000f8780535
Modifier and Type | Method and Description |
---|---|
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.
|
bin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValues
static final int IIDa4d0d354_b981_4088_9384_2f82a19783a6
static final int xxDummy
static final java.lang.String IID
void setLUT(ITable rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRemappedColors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRemappedRedValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRemappedGreenValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRemappedBlueValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IBinFunction getBinFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.