com.esri.arcgis.carto
Interface IRasterFunctionInfo2

All Superinterfaces:
IRasterFunctionInfo, java.io.Serializable
All Known Implementing Classes:
IRasterFunctionInfo2Proxy, RasterFunctionInfo

public interface IRasterFunctionInfo2
extends IRasterFunctionInfo, java.io.Serializable

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

Description: 'Provides access to members that control a raster template function info.' 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 IID40f1141b_e6de_40cd_9b7a_b370a5e89a2b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterFunctionInfo
IID22a9001d_d872_49f2_8600_a212bdc15d82
 
Method Summary
 java.lang.Object getThumbnail()
          The raster function template icon/thumbnail.
 int getType()
          The raster function template type.
 void setThumbnail(java.lang.Object pThumbnail)
          The raster function template icon/thumbnail.
 void setType(int pType)
          The raster function template type.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterFunctionInfo
getDescription, getHelp, getName, setDescription, setHelp, setName
 

Field Detail

IID40f1141b_e6de_40cd_9b7a_b370a5e89a2b

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The raster function template type.

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterFunctionTemplateType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The raster function template type.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRasterFunctionTemplateType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

java.lang.Object getThumbnail()
                              throws java.io.IOException,
                                     AutomationException
The raster function template icon/thumbnail.

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

setThumbnail

void setThumbnail(java.lang.Object pThumbnail)
                  throws java.io.IOException,
                         AutomationException
The raster function template icon/thumbnail.

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