com.esri.arcgis.carto
Interface IRendererClasses

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, IRendererClassesProxy, RepresentationRenderer, UniqueValueRenderer, UniqueValueTextRenderer

public interface IRendererClasses
extends java.io.Serializable

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

Description: 'Provides access to members that provides the information of layer annotation classes.' 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 IID3f25cc56_cc66_4930_a5fd_bc981601cea6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String esri_getClass(int index)
          Class name.
 int getClassCount()
          Number of classes.
 java.lang.String getWhereClause(int index, ITable table)
          WhereClause.
 

Field Detail

IID3f25cc56_cc66_4930_a5fd_bc981601cea6

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

getClassCount

int getClassCount()
                  throws java.io.IOException,
                         AutomationException
Number of classes.

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

esri_getClass

java.lang.String esri_getClass(int index)
                               throws java.io.IOException,
                                      AutomationException
Class name.

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

getWhereClause

java.lang.String getWhereClause(int index,
                                ITable table)
                                throws java.io.IOException,
                                       AutomationException
WhereClause.

Parameters:
index - The index (in)
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Returns:
The whereClause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.