public interface IRasterColormap
extends 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 |
IID7e7e6105_fa34_11d1_8d22_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
bin(double pixval)
Translates pixel values into integers to index them into the colormap.
|
java.lang.Object |
getBlueValues()
Array of blue ratios as doubles between 0.0 and 1.0.
|
java.lang.Object |
getColors()
Array of colors as OLE_COLORs.
|
java.lang.Object |
getGreenValues()
Array of green ratios as doubles between 0.0 and 1.0.
|
java.lang.Object |
getRedValues()
Array of red ratios as doubles between 0.0 and 1.0.
|
void |
setBlueValues(java.lang.Object val)
Array of blue ratios as doubles between 0.0 and 1.0.
|
void |
setColors(java.lang.Object val)
Array of colors as OLE_COLORs.
|
void |
setGreenValues(java.lang.Object val)
Array of green ratios as doubles between 0.0 and 1.0.
|
void |
setRedValues(java.lang.Object val)
Array of red ratios as doubles between 0.0 and 1.0.
|
static final int IID7e7e6105_fa34_11d1_8d22_0000f8780535
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRedValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRedValues(java.lang.Object val)
throws java.io.IOException,
AutomationException
val - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getGreenValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGreenValues(java.lang.Object val)
throws java.io.IOException,
AutomationException
val - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getBlueValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBlueValues(java.lang.Object val)
throws java.io.IOException,
AutomationException
val - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getColors()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setColors(java.lang.Object val)
throws java.io.IOException,
AutomationException
val - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int bin(double pixval)
throws java.io.IOException,
AutomationException
pixval - The pixval (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.