com.esri.arcgis.geodatabase
Interface ILocatorUI

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILocatorUI2
All Known Implementing Classes:
ILocatorUI2Proxy, ILocatorUIProxy

public interface ILocatorUI
extends java.io.Serializable

COM Interface 'ILocatorUI'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4

static final int IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createLocator

ILocator createLocator(int parentWindow,
                       ILocatorStyle locatorStyle,
                       ILocatorWorkspace locWks,
                       java.lang.String connectionName)
                       throws java.io.IOException,
                              AutomationException
Opens the user interface to create a new locator.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locatorProperties

boolean locatorProperties(int parentWindow,
                          ILocator locator,
                          java.lang.String title)
                          throws java.io.IOException,
                                 AutomationException
Opens the user interface to view or modify the properties of a locator.

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
title - The title (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

matchTable

IName matchTable(int parentWindow,
                 ITable tableOfLocations,
                 ILocator locator,
                 java.lang.String[] pathForGxBrowser)
                 throws java.io.IOException,
                        AutomationException
Opens the user interface to locate a table.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.