com.esri.arcgis.carto
Interface IDynamicLegendClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicLegendClassProxy, LegendClass, TemporalLegendClass

public interface IDynamicLegendClass
extends java.io.Serializable

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

Description: 'Dynamic information for a legend class.' 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 IID19479dcb_5ec5_4f51_82ac_8083ee14ba23
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Count of the times the legend class appears in the visible map extent.
 void setCount(int count)
          Count of the times the legend class appears in the visible map extent.
 

Field Detail

IID19479dcb_5ec5_4f51_82ac_8083ee14ba23

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count of the times the legend class appears in the visible map extent. Initialized using IDynamicLegendLayer.

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

setCount

void setCount(int count)
              throws java.io.IOException,
                     AutomationException
Count of the times the legend class appears in the visible map extent. Initialized using IDynamicLegendLayer.

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