com.esri.arcgis.location
Interface IAGSLocatorWorkspace

All Superinterfaces:
Serializable
All Known Implementing Classes:
AGSLocatorWorkspace, IAGSLocatorWorkspaceProxy

public interface IAGSLocatorWorkspace
extends Serializable

Provides access to members for inspecting an ArcGIS server locator workspace.

Product Availability

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


Method Summary
 IAGSServerConnectionName getAGSServerConnection()
          The ArcGIS server connection that contains the locator workspace.
 

Method Detail

getAGSServerConnection

IAGSServerConnectionName getAGSServerConnection()
                                                throws IOException,
                                                       AutomationException
The ArcGIS server connection that contains the locator workspace.

Product Availability

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

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