com.esri.arcgis.carto
Interface IRasterTypeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterTypeInfo

public interface IRasterTypeInfo
extends Serializable

Provides access to members that describe a raster type.

Product Availability

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


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

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The raster type 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 type 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 type 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 type 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 type 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 type 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.