This document is archived and information here might be outdated. Recommended version. |
A locator workspace that stores locators in a Geodatabase.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces | Description |
---|---|
IDatabaseLocatorWorkspace | Provides access to members for inspecting a Geodatabase locator workspace. |
ILocatorAttach | Provides access to members that attach locators to datasets. |
ILocatorAttach2 | Provides access to members that attach locators to datasets. |
ILocatorWorkspace (esriGeoDatabase) | Provides access to members for managing the locators in the locator workspace. |
ISupportErrorInfo (esriSystem) |
There are three types of locator workspaces in ArcGIS. DatabaseLocatorWorkspaces contain locators in an ArcSDE database. LocalLocatorWorkspaces contain locators on the local file system or on a shared network drive. AGSServerLocatorWorkspaces contain locators on an ArcGIS Server.
DatabaseLocatorWorkspaces are locator workspaces that reside inside ArcSDE databases. These objects contain ArcSDE locators and locator styles. Each ArcSDE database has a DatabaseLocatorWorkspace, which is represented in ArcCatalog as the Address Locators folder inside an ArcSDE database connection.
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