This document is archived and information here might be outdated.  Recommended version.


DatabaseLocatorWorkspace Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Classes > D > DatabaseLocatorWorkspace Class
ArcGIS Developer Help

DatabaseLocatorWorkspaceClass Class

A locator workspace that stores locators in a Geodatabase.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

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

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)

Remarks

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.

See Also

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