com.esri.arcgis.carto
Interface ITOCClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITOCClassProxy

public interface ITOCClass
extends Serializable

Provides access to the TOC Class interface.

Product Availability

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


Method Summary
 String getDescription()
          The description text for the TOC class.
 String getLabel()
          The label text for the TOC class.
 String getSymbolPatchImage(String fileType)
          The symbol patch image.
 

Method Detail

getLabel

String getLabel()
                throws IOException,
                       AutomationException
The label text for the TOC class.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The description text for the TOC class.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getSymbolPatchImage

String getSymbolPatchImage(String fileType)
                           throws IOException,
                                  AutomationException
The symbol patch image.

Product Availability

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

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