com.esri.arcgis.location
Interface ISdeLocatorImpl

All Superinterfaces:
ILocatorImpl, java.io.Serializable
All Known Implementing Classes:
ISdeLocatorImplProxy

public interface ISdeLocatorImpl
extends ILocatorImpl, java.io.Serializable

COM Interface 'ISdeLocatorImpl'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members for editing ArcSDE locator properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc229a286_71f4_11d3_9f5d_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.ILocatorImpl
IIDcff73580_6c73_11d3_9f5c_00c04f6bdf06
 
Method Summary
 IWorkspace getWorkspace()
          ArcSDE workspace in which the locator resides.
 void setOwner(java.lang.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
 

Field Detail

IIDc229a286_71f4_11d3_9f5d_00c04f6bdf06

static final int IIDc229a286_71f4_11d3_9f5d_00c04f6bdf06
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getWorkspace

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

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

setWorkspaceByRef

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

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

setOwner

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

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