com.esri.arcgis.geodatabase
Interface ILocatorWorkspace2

All Superinterfaces:
ILocatorWorkspace, Serializable
All Known Implementing Classes:
ILocatorWorkspace2Proxy

public interface ILocatorWorkspace2
extends ILocatorWorkspace, Serializable

Provides access to members for managing the locators in the locator workspace.

Product Availability

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

See Also:
ILocatorWorkspace2, ILocatorManager2, DatabaseLocatorWorkspace, ILocatorWorkspace, ILocatorManager.getLocatorWorkspaceFromPath(String), LocatorEnumerator, ILocatorWorkspaceName2, LocatorWorkspaceName, IDatabaseLocatorWorkspace, LocalLocatorWorkspace, ILocatorManager, LocatorManager, ILocatorWorkspaceName

Method Summary
 void rebuildLocator(String name, ITrackCancel cancelTracker)
          Rebuilds a locator.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace
addLocator, addLocatorStyle, copyLocator, deleteLocator, getLocator, getLocatorName, getLocatorNames, getLocators, getLocatorStyle, getName, renameLocator, updateLocator
 

Method Detail

rebuildLocator

void rebuildLocator(String name,
                    ITrackCancel cancelTracker)
                    throws IOException,
                           AutomationException
Rebuilds a locator.

Description

The RebuildLocator method rebuilds a locator in a locator workspace.

Remarks

The Name parameter is the name of the locator you want to rebuild in the locator workspace.

In ArcSDE workspaces, locator names are prefixed by the name of the ArcSDE user that owns the locator, as in "jack.My Locator". When you call methods in ArcObjects that have parameters that specify locators in a ArcSDE workspace, you must specify the full name of the locator, including the user name. Failing to do so will result in an error.

Product Availability

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

Parameters:
name - The name (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ILocatorWorkspace2, ILocatorManager2, DatabaseLocatorWorkspace, ILocatorWorkspace, ILocatorManager.getLocatorWorkspaceFromPath(String), LocatorEnumerator, ILocatorWorkspaceName2, LocatorWorkspaceName, IDatabaseLocatorWorkspace, LocalLocatorWorkspace, ILocatorManager, LocatorManager, ILocatorWorkspaceName