com.esri.arcgis.trackinganalyst
Interface ILabelEngineManager2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILabelEngineManager2Proxy, LabelEngineManager

public interface ILabelEngineManager2
extends java.io.Serializable

COM Interface 'ILabelEngineManager2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties needed to define functionality of the label engine manager.' 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 IID9e671260_7dd6_11d7_b877_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void attach(java.lang.Object piDocument)
          Attaches a label to a feature in the label engine manager.
 short getEngineCount()
          Number of labels in the label engine manager.
 ITrackingLabelEngine getLabelEngine(IMap piMap)
          Indicates the label engine being used by the label engine manager.
 

Field Detail

IID9e671260_7dd6_11d7_b877_00010265adc5

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

attach

void attach(java.lang.Object piDocument)
            throws java.io.IOException,
                   AutomationException
Attaches a label to a feature in the label engine manager.

Parameters:
piDocument - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEngineCount

short getEngineCount()
                     throws java.io.IOException,
                            AutomationException
Number of labels in the label engine manager.

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

getLabelEngine

ITrackingLabelEngine getLabelEngine(IMap piMap)
                                    throws java.io.IOException,
                                           AutomationException
Indicates the label engine being used by the label engine manager.

Parameters:
piMap - A reference to a com.esri.arcgis.carto.IMap (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITrackingLabelEngine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.