com.esri.arcgis.trackinganalyst
Interface ILabelEngineManager3

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

public interface ILabelEngineManager3
extends java.io.Serializable

COM Interface 'ILabelEngineManager3'. 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 IIDfe31bf3d_9496_4c1e_b3c7_30dc2b226109
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITrackingLabelEngine getLabelEngine3(IBasicMap piMap)
          Indicates the label engine being used by the label engine manager.
 

Field Detail

IIDfe31bf3d_9496_4c1e_b3c7_30dc2b226109

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

getLabelEngine3

ITrackingLabelEngine getLabelEngine3(IBasicMap 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.IBasicMap (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.