Provides access to members for managing the locators in the locator workspace. Note: the ILocatorWorkspace interface has been superseded byILocatorWorkspace2. Please consider using the more recent version.
Product Availability
When To Use
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.
Members
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. |
CoClasses that implement ILocatorWorkspace
CoClasses and 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. |
Remarks
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”.
See Also
ILocatorWorkspace2 Interface | ILocatorWorkspaceName Interface | ILocatorWorkspace Interface | LocatorManager Class | ILocatorWorkspaceName2 Interface | LocatorEnumerator Class | ILocatorManager.GetLocatorWorkspaceFromPath Method | IDatabaseLocatorWorkspace Interface | LocatorWorkspaceName Class | ILocatorManager Interface | ILocatorManager2 Interface | DatabaseLocatorWorkspace Class | LocalLocatorWorkspace Class