com.esri.arcgis.trackinganalyst
Interface IATLWizardHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
ATLWizardHelper

public interface IATLWizardHelper
extends Serializable

Provides access to properties and methods that allows java script to detect the ArcGIS install directory.

Product Availability

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


Method Summary
 String esri_getName()
          Name of the ATL Wizard helper.
 String getARCGISRootPath()
          Root path of ArcGIS installation.
 

Method Detail

esri_getName

String esri_getName()
                    throws IOException,
                           AutomationException
Name of the ATL Wizard helper.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getARCGISRootPath

String getARCGISRootPath()
                         throws IOException,
                                AutomationException
Root path of ArcGIS installation.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.