com.esri.arcgis.location
Interface IDatabaseLocatorWorkspace

All Superinterfaces:
Serializable
All Known Implementing Classes:
DatabaseLocatorWorkspace, IDatabaseLocatorWorkspaceProxy

public interface IDatabaseLocatorWorkspace
extends Serializable

Provides access to members for inspecting a Geodatabase locator workspace.

When To Use

Use the IDatabaseLocatorWorkspace interface to get a reference to the ArcSDE workspace that contains the locator workspace.

Product Availability

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

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

Method Summary
 IWorkspace getWorkspace()
          The Geodatabase workspace that contains the locator workspace.
 

Method Detail

getWorkspace

IWorkspace getWorkspace()
                        throws IOException,
                               AutomationException
The Geodatabase workspace that contains the locator workspace.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.