com.esri.arcgis.trackinganalyst
Interface ITrackingLabelDraw

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

public interface ITrackingLabelDraw
extends java.io.Serializable

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

Description: 'Provides access to methods for drawing 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 IID2b790601_3533_4911_9f11_aa9e5d8e31e8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawLayerLabels(ILayer piLayerToDraw, IDisplay piDisplay)
          Draws the labels for a particular layer to the display object.
 

Field Detail

IID2b790601_3533_4911_9f11_aa9e5d8e31e8

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

drawLayerLabels

void drawLayerLabels(ILayer piLayerToDraw,
                     IDisplay piDisplay)
                     throws java.io.IOException,
                            AutomationException
Draws the labels for a particular layer to the display object.

Parameters:
piLayerToDraw - A reference to a com.esri.arcgis.carto.ILayer (in)
piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.