com.esri.arcgis.datasourcesraster
Interface IRasterBandColormap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterBandColormapProxy, RasterBand

public interface IRasterBandColormap
extends java.io.Serializable

COM Interface 'IRasterBandColormap'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9d6c37ee_982a_4d99_8ba1_4ebdd6d772f8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID9d6c37ee_982a_4d99_8ba1_4ebdd6d772f8

static final int IID9d6c37ee_982a_4d99_8ba1_4ebdd6d772f8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

hasColormap

boolean hasColormap()
                    throws java.io.IOException,
                           AutomationException
Indicates if this band has a colormap.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColormap

IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
The colormap of this raster band.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterColormap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColormap

void setColormap(IRasterColormap colormap)
                 throws java.io.IOException,
                        AutomationException
The colormap of this raster band.

Parameters:
colormap - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.