com.esri.arcgis.catalog
Interface IGxLocator

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxLocatorProxy

public interface IGxLocator
extends Serializable

Provides access to members for retrieving the locator.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

setLocatorNameByRef

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

Product Availability

Available with ArcGIS Desktop.

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

getLocatorName

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getLocator

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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