com.esri.arcgis.location
Interface ICompositeLocator

All Superinterfaces:
Serializable
All Known Implementing Classes:
CompositeLocator

public interface ICompositeLocator
extends Serializable

Provides access to participating locators.

Product Availability

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


Method Summary
 ILocator getLocator(String name)
          Participating locator.
 Object getLocatorNames()
          Names of participating locators.
 

Method Detail

getLocatorNames

Object getLocatorNames()
                       throws IOException,
                              AutomationException
Names of participating locators.

Remarks

The LocatorNames method returns a string that contains a list of names of the participating locators.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocator

ILocator getLocator(String name)
                    throws IOException,
                           AutomationException
Participating locator.

Product Availability

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

Parameters:
name - The name (in)
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.