com.esri.arcgis.carto
Interface ILookupLegendClass

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

public interface ILookupLegendClass
extends java.io.Serializable

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

Description: 'Provides access to functionality for looking up a renderer's legend class via a feature.' 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 IIDbdb4bf86_8691_4f1c_b009_42e39035f40e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getField(int index)
          Field at the specified index.
 int getFieldCount()
          Number of fields.
 int lookupLegendClass(IFeature feature, int[] legendGroupIdx)
          Returns the legend group and the legend class indexes for the input feature.
 

Field Detail

IIDbdb4bf86_8691_4f1c_b009_42e39035f40e

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

lookupLegendClass

int lookupLegendClass(IFeature feature,
                      int[] legendGroupIdx)
                      throws java.io.IOException,
                             AutomationException
Returns the legend group and the legend class indexes for the input feature.

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
legendGroupIdx - The legendGroupIdx (out: use single element array)
Returns:
The legendClassIdx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldCount

int getFieldCount()
                  throws java.io.IOException,
                         AutomationException
Number of fields.

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

getField

java.lang.String getField(int index)
                          throws java.io.IOException,
                                 AutomationException
Field at the specified index.

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.