com.esri.arcgis.carto
Interface IDynamicLegendLayer

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

public interface IDynamicLegendLayer
extends java.io.Serializable

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

Description: 'Provides access to members that control dynamic legend information provided by a layer.' 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 IID34b10157_671f_4ec2_8a75_a2f3710e5dcf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void instrumentedDraw(int type, IDisplay pMapDisplay, IGeometry mapExtent, ITrackCancel trackCancel)
          Update counts in legend classes.
 boolean isDynamicLegendInfoDirty()
          Indicates that the layer appearance has changed and dynamic legend info needs updating.
 void refreshDynamicLegendInfo()
          Call when layer appearance or visible extent changes.
 

Field Detail

IID34b10157_671f_4ec2_8a75_a2f3710e5dcf

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

isDynamicLegendInfoDirty

boolean isDynamicLegendInfoDirty()
                                 throws java.io.IOException,
                                        AutomationException
Indicates that the layer appearance has changed and dynamic legend info needs updating.

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

refreshDynamicLegendInfo

void refreshDynamicLegendInfo()
                              throws java.io.IOException,
                                     AutomationException
Call when layer appearance or visible extent changes.

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

instrumentedDraw

void instrumentedDraw(int type,
                      IDisplay pMapDisplay,
                      IGeometry mapExtent,
                      ITrackCancel trackCancel)
                      throws java.io.IOException,
                             AutomationException
Update counts in legend classes. Specify NULL geometry to clear counts.

Parameters:
type - A com.esri.arcgis.carto.esriDynamicLegendType constant (in)
pMapDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
mapExtent - A reference to a com.esri.arcgis.geometry.IGeometry (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.