com.esri.arcgis.carto
Interface ILookupSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, CoTrackSymbologyRenderer, ILookupSymbolProxy, RepresentationRenderer, SimpleRenderer, UniqueValueRenderer

public interface ILookupSymbol
extends java.io.Serializable

COM Interface 'ILookupSymbol'. 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 symbol 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 IID736a377d_a1eb_4ce4_84b9_90f9588374c2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISymbol lookupSymbol(boolean firstPass, IFeature feature)
          Returns a reference to the renderer's symbol for the input feature.
 void resetLookupSymbol(ISymbol symbol)
          Resets temporary options on the symbol (e.g.
 

Field Detail

IID736a377d_a1eb_4ce4_84b9_90f9588374c2

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

lookupSymbol

ISymbol lookupSymbol(boolean firstPass,
                     IFeature feature)
                     throws java.io.IOException,
                            AutomationException
Returns a reference to the renderer's symbol for the input feature.

Parameters:
firstPass - The firstPass (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetLookupSymbol

void resetLookupSymbol(ISymbol symbol)
                       throws java.io.IOException,
                              AutomationException
Resets temporary options on the symbol (e.g. Rotation).

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.