|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITrackingLabelEngine2
Provides access to properties and methods for controlling the tracking label engine used for dynamically changing labels.
This interface is new at ArcGIS 9.3. It supersedes ITrackingLabelEngine.
| Method Summary | |
|---|---|
void |
attachMap(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 |
| Method Detail |
|---|
void attachMap(Object piMap)
throws IOException,
AutomationException
AttachMap hooks the Tracking Analyst Label Engine to the map. The input to this method is a BasicMap. This method supersedes ITrackingLabelEngine::Attach.
piMap - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||