com.esri.arcgis.location
Interface ISdeLocator

All Superinterfaces:
ILocator, java.io.Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIGen2AddressLocator, ISdeLocatorProxy, StreetMapAddressLocator

public interface ISdeLocator
extends ILocator, java.io.Serializable

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

Description: 'Provides access to locator properties specific to ArcSDE locators.' 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 IIDbf00823e_71f7_11d3_9f5d_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocator
IID655c5c62_6478_11d3_9f57_00c04f6bdf06
 
Method Summary
 java.lang.String getOwner()
          Name of the ArcSDE user who owns the locator.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocator
getCategory, getDescription, getName, getUserInterface, setDescription
 

Field Detail

IIDbf00823e_71f7_11d3_9f5d_00c04f6bdf06

static final int IIDbf00823e_71f7_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

getOwner

java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
Name of the ArcSDE user who owns the locator.

Returns:
The owner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.