public interface IRasterColormap4 extends IRasterColormap3, 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 |
IID706f687a_ae96_416f_aeeb_bd234bbb7dc9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0ead5a24_a135_46ee_acc2_2cb6181f1c2bIIDa4d0d354_b981_4088_9384_2f82a19783a6IID7e7e6105_fa34_11d1_8d22_0000f8780535| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
The number of colors in this colormap.
|
java.lang.Object |
getValues()
The list of pixel values.
|
void |
loadFromString(java.lang.String colormapDefinition)
Loads from a colormap definition string.
|
void |
queryMinMax(int[] min,
int[] max)
Queries minimum and maximum pixel values.
|
void |
setValues(java.lang.Object pValues)
The list of pixel values.
|
loadFrom, saveTogetBinFunction, getRemappedBlueValues, getRemappedColors, getRemappedGreenValues, getRemappedRedValues, setLUTbin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValuesstatic final int IID706f687a_ae96_416f_aeeb_bd234bbb7dc9
static final int xxDummy
static final java.lang.String IID
java.lang.Object getValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setValues(java.lang.Object pValues)
throws java.io.IOException,
AutomationException
pValues - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryMinMax(int[] min,
int[] max)
throws java.io.IOException,
AutomationException
min - The min (out: use single element array)max - The max (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void loadFromString(java.lang.String colormapDefinition)
throws java.io.IOException,
AutomationException
colormapDefinition - The colormapDefinition (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.