com.esri.arcgis.location
Interface IGeocodeServerObjects

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeocodeServer

public interface IGeocodeServerObjects
extends Serializable

Provides access to the objects used by the geocode server.

Remarks

This interface is available only if the GeocodeServer was obtained for use by co-creating the GeocodeServer object.

When To Use

Use the IGeocodeServerObjects interface to obtain a reference to the address locator that performs the geocoding functionality of the GeocodeServer.

Product Availability

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


Method Summary
 ILocator getAddressLocator()
          The address locator used by the geocode server.
 

Method Detail

getAddressLocator

ILocator getAddressLocator()
                           throws IOException,
                                  AutomationException
The address locator used by the geocode server.

Remarks

This IGeocodeServerObjects interface is available only if the GeocodeServer was obtained by co-creating the GeocodeServer object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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.