|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TrackingEngineUtil
public class TrackingEngineUtil
COM Class 'TrackingEngineUtil'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'A general purpose Utility object for Tracking Analyst that provides a common way to access and determine the processing environment.' 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.ITrackingEngineUtil2 |
|---|
IID, IIDa1e04dfd_0dda_453a_84e1_a2c88e3e3b6e, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingEngineUtil |
|---|
IIDc88a0e92_855f_11d7_b877_00010265adc5 |
| Fields inherited from interface com.esri.arcgis.system.IExtension |
|---|
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy |
| Constructor Summary | |
|---|---|
TrackingEngineUtil()
Constructs a TrackingEngineUtil using ArcGIS Engine. |
|
TrackingEngineUtil(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TrackingEngineUtil theTrackingEngineUtil = (TrackingEngineUtil) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IActiveView |
getActiveView()
Active view of control or application. |
IArray |
getBasicMaps()
The collection of maps in the control or application. |
int |
getClientEnvironment()
The Clients operating envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... |
static java.lang.String |
getClsid()
getClsid. |
IBasicMap |
getFocusBasicMap()
The current focus map. |
IMap |
getFocusMap()
The current focus map. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IMaps |
getMaps()
The collection of maps in the control or application. |
java.lang.String |
getName()
The name of the extension. |
int |
hashCode()
the hashcode for this object |
boolean |
isApplication()
Identifies if this object is part of an application. |
boolean |
isMapControl()
Identifies if this object is part of a MapControl. |
boolean |
isRunningInArcMap()
Identifies if this application is ArcMap. |
boolean |
isRunningInCatalog()
Identifies if this application is ArcCatalog. |
boolean |
isValid()
Indicates if this object is in a valid state. |
void |
release()
Release a TrackingEngineUtil. |
void |
shutdown()
Shuts down the extension. |
void |
startup(java.lang.Object initializationData)
Starts up the extension with the given initialization data. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackingEngineUtil()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public TrackingEngineUtil(java.lang.Object obj)
throws java.io.IOException
TrackingEngineUtil theTrackingEngineUtil = (TrackingEngineUtil) obj;
obj to TrackingEngineUtil.
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.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isMapControl()
throws java.io.IOException,
AutomationException
isMapControl in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isApplication()
throws java.io.IOException,
AutomationException
isApplication in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRunningInCatalog()
throws java.io.IOException,
AutomationException
isRunningInCatalog in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRunningInArcMap()
throws java.io.IOException,
AutomationException
isRunningInArcMap in interface ITrackingEngineUtiljava.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 ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IActiveView getActiveView()
throws java.io.IOException,
AutomationException
getActiveView in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMap getFocusMap()
throws java.io.IOException,
AutomationException
getFocusMap in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMaps getMaps()
throws java.io.IOException,
AutomationException
getMaps in interface ITrackingEngineUtiljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClientEnvironment()
throws java.io.IOException,
AutomationException
getClientEnvironment in interface ITrackingEngineUtil2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getBasicMaps()
throws java.io.IOException,
AutomationException
getBasicMaps in interface ITrackingEngineUtil2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBasicMap getFocusBasicMap()
throws java.io.IOException,
AutomationException
getFocusBasicMap in interface ITrackingEngineUtil2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startup(java.lang.Object initializationData)
throws java.io.IOException,
AutomationException
startup in interface IExtensioninitializationData - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdown()
throws java.io.IOException,
AutomationException
shutdown in interface IExtensionjava.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 | ||||||||