This document is archived and information here might be outdated. Recommended version. |
Provides access to members for managing the locators in the locator workspace. Note: the ILocatorWorkspace interface has been superseded by ILocatorWorkspace2. Please consider using the more recent version.
Use the ILocatorWorkspace interface to manage the locators and locator styles in the locator workspace. You can use this interface to retrieve locators and locator styles from the locator workspace, as well as create, modify, and delete locators in the locator workspace.
Name | Description | |
---|---|---|
AddLocator | Adds a locator to the locator workspace. | |
AddLocatorStyle | Adds a locator style. | |
CopyLocator | Copies a locator. | |
DeleteLocator | Deletes a locator. | |
GetLocator | Gets a locator. | |
GetLocatorName | Gets a LocatorName object. | |
GetLocatorStyle | Gets a locator style. | |
LocatorNames | LocatorName objects in the locator workspace. | |
Locators | Locators in the locator workspace. | |
Name | The Name object for the locator workspace. | |
RenameLocator | Renames a locator. | |
UpdateLocator | Modifies the properties of a locator. |
Classes | Description |
---|---|
AGSLocatorWorkspace (esriLocation) | A locator workspace that exposes geocoding services from an ArcGIS Server. |
DatabaseLocatorWorkspace (esriLocation) | A locator workspace that stores locators in a Geodatabase. |
LocalLocatorWorkspace (esriLocation) | A locator workspace that stores locators in a file system. |
For some of the members of this interface, you must specify a Category string parameter. You can use categories to organize your locators and locator styles. All of the locators and locator styles provided with ArcGIS have a category of �Address�.
ILocatorWorkspace2 Interface | ILocatorWorkspace Interface | ILocatorWorkspaceName Interface | LocatorEnumerator Class | LocatorWorkspaceName Class | ILocatorWorkspaceName2 Interface | ILocatorManager Interface | LocalLocatorWorkspace Class | DatabaseLocatorWorkspace Class | IDatabaseLocatorWorkspace Interface | ILocatorManager2 Interface | LocatorManager Class | ILocatorManager.GetLocatorWorkspaceFromPath Method