com.esri.arcgis.trackinganalyst
Interface ITrackingLabelEngine2

All Superinterfaces:
ITrackingLabelEngine, java.io.Serializable
All Known Implementing Classes:
ITrackingLabelEngine2Proxy, LabelEngine

public interface ITrackingLabelEngine2
extends ITrackingLabelEngine, java.io.Serializable

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

Description: 'Provides access to properties and methods for controlling the tracking label engine used for dynamically changing labels.' 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 IID3b3d8769_16e3_41bc_85c0_2df43a4f2bd9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingLabelEngine
IIDff5d5f00_ec63_11d5_b81a_00010265adc5
 
Method Summary
 void attachMap(java.lang.Object piMap)
          Attaches a label to a given feature on the map.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITrackingLabelEngine
addLabel, attach, draw, findLabel, hideLabels, removeAllLabels, removeLabel, removeLayerLabels
 

Field Detail

IID3b3d8769_16e3_41bc_85c0_2df43a4f2bd9

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

attachMap

void attachMap(java.lang.Object piMap)
               throws java.io.IOException,
                      AutomationException
Attaches a label to a given feature on the map.

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