|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.LabelEngineManager
public class LabelEngineManager
COM Class 'LabelEngineManager'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Controls 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 |
|---|
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ILabelEngineManager2 |
|---|
IID, IID9e671260_7dd6_11d7_b877_00010265adc5, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ILabelEngineManager3 |
|---|
IID, IIDfe31bf3d_9496_4c1e_b3c7_30dc2b226109, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingLabelDraw |
|---|
IID, IID2b790601_3533_4911_9f11_aa9e5d8e31e8, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
LabelEngineManager()
Constructs a LabelEngineManager using ArcGIS Engine. |
|
LabelEngineManager(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LabelEngineManager theLabelEngineManager = (LabelEngineManager) obj; |
|
| Method Summary | |
|---|---|
void |
addITxDocumentEventsListener(ITxDocumentEvents theListener)
addITxDocumentEventsListener. |
void |
attach(java.lang.Object piDocument)
Attaches a label to a feature in the label engine manager. |
void |
drawLayerLabels(ILayer piLayerToDraw,
IDisplay piDisplay)
Draws the labels for a particular layer to the display object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
short |
getEngineCount()
Number of labels in the label engine manager. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ITrackingLabelEngine |
getLabelEngine(IMap piMap)
Indicates the label engine being used by the label engine manager. |
ITrackingLabelEngine |
getLabelEngine3(IBasicMap piMap)
Indicates the label engine being used by the label engine manager. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a LabelEngineManager. |
void |
removeITxDocumentEventsListener(ITxDocumentEvents theListener)
removeITxDocumentEventsListener. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabelEngineManager()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public LabelEngineManager(java.lang.Object obj)
throws java.io.IOException
LabelEngineManager theLabelEngineManager = (LabelEngineManager) obj;
obj to LabelEngineManager.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addITxDocumentEventsListener(ITxDocumentEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.trackinganalyst.ITxDocumentEvents interface.
java.io.IOException - If there are communications problems.
public void removeITxDocumentEventsListener(ITxDocumentEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.trackinganalyst.ITxDocumentEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void attach(java.lang.Object piDocument)
throws java.io.IOException,
AutomationException
attach in interface ILabelEngineManager2piDocument - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getEngineCount()
throws java.io.IOException,
AutomationException
getEngineCount in interface ILabelEngineManager2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackingLabelEngine getLabelEngine(IMap piMap)
throws java.io.IOException,
AutomationException
getLabelEngine in interface ILabelEngineManager2piMap - A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackingLabelEngine getLabelEngine3(IBasicMap piMap)
throws java.io.IOException,
AutomationException
getLabelEngine3 in interface ILabelEngineManager3piMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawLayerLabels(ILayer piLayerToDraw,
IDisplay piDisplay)
throws java.io.IOException,
AutomationException
drawLayerLabels in interface ITrackingLabelDrawpiLayerToDraw - A reference to a com.esri.arcgis.carto.ILayer (in)piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 | ||||||||