com.esri.arcgis.trackinganalyst
Interface IATLWizardHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ATLWizardHelper, IATLWizardHelperProxy

public interface IATLWizardHelper
extends java.io.Serializable

COM Interface 'IATLWizardHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods that allows java script to detect the ArcGIS install directory.' 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
static java.lang.String DISPID_1_GET_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDadbb23f1_9cd0_44ee_8bfe_6dfdd44fe763
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getARCGISRootPath()
          Root path of ArcGIS installation.
 java.lang.String getName()
          Name of the ATL Wizard helper.
 

Field Detail

IIDadbb23f1_9cd0_44ee_8bfe_6dfdd44fe763

static final int IIDadbb23f1_9cd0_44ee_8bfe_6dfdd44fe763
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the ATL Wizard helper.

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

getARCGISRootPath

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

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