com.esri.arcgis.location
Interface ISdeLocatorImpl

All Superinterfaces:
ILocatorImpl, Serializable
All Known Implementing Classes:
ISdeLocatorImplProxy

public interface ISdeLocatorImpl
extends ILocatorImpl, Serializable

Provides access to members for editing ArcSDE locator properties.

Product Availability

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


Method Summary
 IWorkspace getWorkspace()
          ArcSDE workspace in which the locator resides.
 void setOwner(String rhs1)
          Name of the owner of the ArcSDE locator.
 void setWorkspaceByRef(IWorkspace wks)
          ArcSDE workspace in which the locator resides.
 
Methods inherited from interface com.esri.arcgis.location.ILocatorImpl
getProperties, setCategory, setName, setProperties
 

Method Detail

getWorkspace

IWorkspace getWorkspace()
                        throws IOException,
                               AutomationException
ArcSDE workspace in which the locator resides.

Product Availability

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

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.

setWorkspaceByRef

void setWorkspaceByRef(IWorkspace wks)
                       throws IOException,
                              AutomationException
ArcSDE workspace in which the locator resides.

Product Availability

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

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

setOwner

void setOwner(String rhs1)
              throws IOException,
                     AutomationException
Name of the owner of the ArcSDE locator.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.