com.esri.arcgis.carto
Interface IRasterFunctionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterFunctionInfo

public interface IRasterFunctionInfo
extends Serializable

Provides access to members that describe a raster function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          The raster function description.
 String getHelp()
          The raster function help URL.
 String getName()
          The raster function name.
 void setDescription(String pDescription)
          The raster function description.
 void setHelp(String pHelp)
          The raster function help URL.
 void setName(String pName)
          The raster function name.
 

Method Detail

getName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getHelp

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setHelp

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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