|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.DocEventHandler
public class DocEventHandler
COM Class 'DocEventHandler'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'A collection of methods and properties to catch and process document and tracking analyst document events.' 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.ITxDocEventHandler2 |
---|
IID, IID30e4c800_e876_4b55_a95d_9cabf196f9e0, xxDummy |
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxDocEventHandler |
---|
IID51e14ff2_84f5_11d7_b877_00010265adc5 |
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
Constructor Summary | |
---|---|
DocEventHandler()
Constructs a DocEventHandler using ArcGIS Engine. |
|
DocEventHandler(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DocEventHandler theDocEventHandler = (DocEventHandler) obj; |
Method Summary | |
---|---|
void |
addITxDocumentEventsListener(ITxDocumentEvents theListener)
addITxDocumentEventsListener. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getParentDocument()
Parent document responsible for the document event handling. |
int |
hashCode()
the hashcode for this object |
void |
isApplication()
Indicates if this object is part of an application. |
void |
isMapControl()
Indicates if this object is attached to a map control. |
void |
isRunningInArcMap()
Indicates if this object is attached to ArcMap. |
void |
isRunningInCatalog()
Indicates if this object is attached to ArcCatalog. |
boolean |
isValid()
Indicates if this object is in a valid state. |
void |
release()
Release a DocEventHandler. |
void |
removeITxDocumentEventsListener(ITxDocumentEvents theListener)
removeITxDocumentEventsListener. |
int |
runningEnvironment()
Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocEventHandler() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DocEventHandler(java.lang.Object obj) throws java.io.IOException
DocEventHandler theDocEventHandler = (DocEventHandler) obj;
obj
to DocEventHandler
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 java.lang.Object getParentDocument() throws java.io.IOException, AutomationException
getParentDocument
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isMapControl() throws java.io.IOException, AutomationException
isMapControl
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isApplication() throws java.io.IOException, AutomationException
isApplication
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isRunningInCatalog() throws java.io.IOException, AutomationException
isRunningInCatalog
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isRunningInArcMap() throws java.io.IOException, AutomationException
isRunningInArcMap
in interface ITxDocEventHandler
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int runningEnvironment() throws java.io.IOException, AutomationException
runningEnvironment
in interface ITxDocEventHandler2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws java.io.IOException, AutomationException
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 |