public interface IColormapFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control colormap function arguments.' 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 |
IID1dff6065_c6cc_4d45_9b06_d59e6caa6797 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterColormap |
getColormap()
The raster colormap.
|
java.lang.String |
getColormapName()
The pre-defined colormap name, e.g.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
loadFrom(java.lang.String colormapFileName)
Loads from a colormap file.
|
void |
setColormapByRef(IRasterColormap ppColormap)
The raster colormap.
|
void |
setColormapName(java.lang.String pColormapName)
The pre-defined colormap name, e.g.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID1dff6065_c6cc_4d45_9b06_d59e6caa6797
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getColormapName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColormapName(java.lang.String pColormapName) throws java.io.IOException, AutomationException
pColormapName
- The pColormapName (in)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 setColormapByRef(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
ppColormap
- 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.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.