com.esri.arcgis.location
Interface ILocalLocatorWorkspace

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILocalLocatorWorkspaceProxy, LocalLocatorWorkspace

public interface ILocalLocatorWorkspace
extends Serializable

Provides access to members for inspecting a local locator workspace.

When To Use

Use the ILocalLocatorWorkspace interface to get the path in the local file system that contains the locator workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
com.esri.arcgis.locationui.GxLocatorFolder, ILocalLocatorWorkspace, com.esri.arcgis.locationui.GxGeocodingServiceExtension, com.esri.arcgis.locationui.IGxLocatorFolder, com.esri.arcgis.locationui.GxLocatorFactory, ILocalLocatorWorkspace.getPath(), ILocatorManager.getLocatorWorkspace(com.esri.arcgis.geodatabase.IWorkspace)

Method Summary
 String getPath()
          The path to the folder that contains the locator workspace.
 

Method Detail

getPath

String getPath()
               throws IOException,
                      AutomationException
The path to the folder that contains the locator workspace.

Remarks

The Path property returns the path in the local file system that contains the locator workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The path
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.locationui.GxLocatorFolder, ILocalLocatorWorkspace, com.esri.arcgis.locationui.GxGeocodingServiceExtension, com.esri.arcgis.locationui.IGxLocatorFolder, com.esri.arcgis.locationui.GxLocatorFactory, ILocalLocatorWorkspace.getPath(), ILocatorManager.getLocatorWorkspace(com.esri.arcgis.geodatabase.IWorkspace)