public interface IRasterColormap3 extends IRasterColormap2, 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 |
IID0ead5a24_a135_46ee_acc2_2cb6181f1c2b |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa4d0d354_b981_4088_9384_2f82a19783a6
IID7e7e6105_fa34_11d1_8d22_0000f8780535
Modifier and Type | Method and Description |
---|---|
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.
|
getBinFunction, getRemappedBlueValues, getRemappedColors, getRemappedGreenValues, getRemappedRedValues, setLUT
bin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValues
static final int IID0ead5a24_a135_46ee_acc2_2cb6181f1c2b
static final int xxDummy
static final java.lang.String IID
void loadFrom(java.lang.String colormapFileName) throws java.io.IOException, AutomationException
colormapFileName
- The colormapFileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveTo(java.lang.String colormapFileName) throws java.io.IOException, AutomationException
colormapFileName
- The colormapFileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.