com.esri.arcgis.datasourcesraster
Interface IColormapFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColormapFunctionArguments, IColormapFunctionArgumentsProxy

public interface IColormapFunctionArguments
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1dff6065_c6cc_4d45_9b06_d59e6caa6797
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterColormap getColormap()
          The raster colormap.
 java.lang.String getColormapName()
          The pre-defined colormap name, e.g.
 IColorRamp getColorRamp()
          The input color ramp.
 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 setColorRampByRef(IColorRamp ppColorRamp)
          The input color ramp.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 

Field Detail

IID1dff6065_c6cc_4d45_9b06_d59e6caa6797

static final int IID1dff6065_c6cc_4d45_9b06_d59e6caa6797
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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColormapName

java.lang.String getColormapName()
                                 throws java.io.IOException,
                                        AutomationException
The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.

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

setColormapName

void setColormapName(java.lang.String pColormapName)
                     throws java.io.IOException,
                            AutomationException
The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.

Parameters:
pColormapName - The pColormapName (in)
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 raster colormap.

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.

setColormapByRef

void setColormapByRef(IRasterColormap ppColormap)
                      throws java.io.IOException,
                             AutomationException
The raster colormap.

Parameters:
ppColormap - 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.

getColorRamp

IColorRamp getColorRamp()
                        throws java.io.IOException,
                               AutomationException
The input color ramp.

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

setColorRampByRef

void setColorRampByRef(IColorRamp ppColorRamp)
                       throws java.io.IOException,
                              AutomationException
The input color ramp.

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

loadFrom

void loadFrom(java.lang.String colormapFileName)
              throws java.io.IOException,
                     AutomationException
Loads from a colormap file.

Parameters:
colormapFileName - The colormapFileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.