|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocatorUI2
Provides access to members that control the locator's user interface.
Method Summary | |
---|---|
boolean |
repairLocator(int parentWindow,
ILocator locator,
String title)
Opens the user interface to repair a locator. |
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorUI |
---|
createLocator, locatorProperties, matchTable |
Method Detail |
---|
boolean repairLocator(int parentWindow, ILocator locator, String title) throws IOException, AutomationException
The RepairLocator method displays the user interface for repairing locator. This method creates a new locator in the locator workspace specified, and returns a reference to the locator. If the user commits the changes to the locator using the user interface, this method returns a value of True. Otherwise, it returns a value of False.
The parentWindow parameter is a long integer value containing the handle to the parent window for the user interface. The user interface appears modally on top of this window.
The Locator parameter is a reference to the locator whose properties you want to modify using the user interface.
parentWindow
- The parentWindow (A COM typedef) (in)locator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)title
- The title (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 |