com.esri.arcgis.trackinganalyst
Interface ITrackingLabelDraw

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelEngine, LabelEngineManager

public interface ITrackingLabelDraw
extends Serializable

Provides access to methods for drawing dynamically changing labels.

Description

This interface provides access to drawing methods for drawing dynamically changing labels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 void drawLayerLabels(ILayer piLayerToDraw, IDisplay piDisplay)
          Draws the labels for a particular layer to the display object.
 

Method Detail

drawLayerLabels

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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