com.esri.arcgis.catalog
Interface IGxLocator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGxLocatorProxy

public interface IGxLocator
extends java.io.Serializable

COM Interface 'IGxLocator'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members for retrieving the locator.' 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 IID5f01e7b0_49f2_11d3_9f51_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILocator getLocator()
          Locator represented by the GxLocator.
 ILocatorName getLocatorName()
          Name object for the locator.
 void setLocatorNameByRef(ILocatorName name)
          Name object for the locator.
 

Field Detail

IID5f01e7b0_49f2_11d3_9f51_00c04f6bdf06

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

setLocatorNameByRef

void setLocatorNameByRef(ILocatorName name)
                         throws java.io.IOException,
                                AutomationException
Name object for the locator.

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

getLocatorName

ILocatorName getLocatorName()
                            throws java.io.IOException,
                                   AutomationException
Name object for the locator.

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

getLocator

ILocator getLocator()
                    throws java.io.IOException,
                           AutomationException
Locator represented by the GxLocator.

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