public interface ILocatorUI
extends java.io.Serializable
Description: 'Provides access to members that control the locator's user interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
ILocator |
createLocator(int parentWindow,
ILocatorStyle locatorStyle,
ILocatorWorkspace locWks,
java.lang.String connectionName)
Opens the user interface to create a new locator.
|
boolean |
locatorProperties(int parentWindow,
ILocator locator,
java.lang.String title)
Opens the user interface to view or modify the properties of a locator.
|
IName |
matchTable(int parentWindow,
ITable tableOfLocations,
ILocator locator,
java.lang.String[] pathForGxBrowser)
Opens the user interface to locate a table.
|
static final int IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
ILocator createLocator(int parentWindow, ILocatorStyle locatorStyle, ILocatorWorkspace locWks, java.lang.String connectionName) throws java.io.IOException, AutomationException
parentWindow - The parentWindow (A COM typedef) (in)locatorStyle - A reference to a com.esri.arcgis.geodatabase.ILocatorStyle (in)locWks - A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspace (in)connectionName - The connectionName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean locatorProperties(int parentWindow,
ILocator locator,
java.lang.String title)
throws java.io.IOException,
AutomationException
parentWindow - The parentWindow (A COM typedef) (in)locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)title - The title (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IName matchTable(int parentWindow, ITable tableOfLocations, ILocator locator, java.lang.String[] pathForGxBrowser) throws java.io.IOException, AutomationException
parentWindow - The parentWindow (A COM typedef) (in)tableOfLocations - A reference to a com.esri.arcgis.geodatabase.ITable (in)locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)pathForGxBrowser - The pathForGxBrowser (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.