public interface IRasterBandColormap
extends java.io.Serializable
Description: 'Provides access to members that control the colormap of a raster band.' 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 |
IID9d6c37ee_982a_4d99_8ba1_4ebdd6d772f8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterColormap |
getColormap()
The colormap of this raster band.
|
boolean |
hasColormap()
Indicates if this band has a colormap.
|
void |
setColormap(IRasterColormap colormap)
The colormap of this raster band.
|
static final int IID9d6c37ee_982a_4d99_8ba1_4ebdd6d772f8
static final int xxDummy
static final java.lang.String IID
boolean hasColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColormap(IRasterColormap colormap) throws java.io.IOException, AutomationException
colormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.