com.esri.arcgis.location
Interface ILocatorDatasetImpl

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILocatorDatasetImplProxy

public interface ILocatorDatasetImpl
extends Serializable

Provides access to members for setting objects associated with the Locator.

Remarks

ILocatorDatasetImpl is implemented by all locators. The LocatorWorkspace object typically invokes this interface on a locator object to establish association between the locator and the locator workspace. The locator is expected to keep the locator workspace reference and use it in the ILocatorDataset implementation. This interface is invoked when the locator is initialized or being added to a workspace.

NOTE: This interface is intended to be called by the geocoding framework and should not be called directly by a developer.

Product Availability

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


Method Summary
 void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
          The Name object for the locator's workspace.
 

Method Detail

setLocatorWorkspaceName

void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
                             throws IOException,
                                    AutomationException
The Name object for the locator's workspace. Used internally by geocoding framework.

Product Availability

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

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