|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocatorDatasetImpl
Provides access to members for setting objects associated with the Locator.
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.
Method Summary | |
---|---|
void |
setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
The Name object for the locator's workspace. |
Method Detail |
---|
void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |