com.esri.arcgis.carto
Interface ITOCClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITOCClassProxy

public interface ITOCClass
extends java.io.Serializable

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

Description: 'Provides access to the TOC Class interface.' 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 IID60717be3_7fcf_43a1_a1d8_1b645571eacb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The description text for the TOC class.
 java.lang.String getLabel()
          The label text for the TOC class.
 java.lang.String getSymbolPatchImage(java.lang.String fileType)
          The symbol patch image.
 

Field Detail

IID60717be3_7fcf_43a1_a1d8_1b645571eacb

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

getLabel

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

Returns:
The label
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 description text for the TOC class.

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

getSymbolPatchImage

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

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