com.esri.arcgis.carto
Interface IRasterFunctionInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterFunctionInfo2
All Known Implementing Classes:
IRasterFunctionInfo2Proxy, IRasterFunctionInfoProxy, RasterFunctionInfo

public interface IRasterFunctionInfo
extends java.io.Serializable

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

Description: 'Provides access to members that describe a raster function.' 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 IID22a9001d_d872_49f2_8600_a212bdc15d82
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The raster function description.
 java.lang.String getHelp()
          The raster function help URL.
 java.lang.String getName()
          The raster function name.
 void setDescription(java.lang.String pDescription)
          The raster function description.
 void setHelp(java.lang.String pHelp)
          The raster function help URL.
 void setName(java.lang.String pName)
          The raster function name.
 

Field Detail

IID22a9001d_d872_49f2_8600_a212bdc15d82

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The raster function name.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The raster function name.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The raster function description.

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

setDescription

void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
The raster function description.

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

getHelp

java.lang.String getHelp()
                         throws java.io.IOException,
                                AutomationException
The raster function help URL.

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

setHelp

void setHelp(java.lang.String pHelp)
             throws java.io.IOException,
                    AutomationException
The raster function help URL.

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