com.esri.arcgis.geodatabase
Interface ILocatorWorkspace2

All Superinterfaces:
ILocatorWorkspace, java.io.Serializable
All Known Implementing Classes:
ILocatorWorkspace2Proxy

public interface ILocatorWorkspace2
extends ILocatorWorkspace, java.io.Serializable

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

Description: 'Provides access to members for managing the locators in the locator workspace.' 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 IID3238f288_f52c_45f0_a4c4_cb9e7d2488f2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace
IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4
 
Method Summary
 void rebuildLocator(java.lang.String name, ITrackCancel cancelTracker)
          Rebuilds a locator.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace
addLocator, addLocatorStyle, copyLocator, deleteLocator, getLocator, getLocatorName, getLocatorNames, getLocators, getLocatorStyle, getName, renameLocator, updateLocator
 

Field Detail

IID3238f288_f52c_45f0_a4c4_cb9e7d2488f2

static final int IID3238f288_f52c_45f0_a4c4_cb9e7d2488f2
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

rebuildLocator

void rebuildLocator(java.lang.String name,
                    ITrackCancel cancelTracker)
                    throws java.io.IOException,
                           AutomationException
Rebuilds a locator.

Parameters:
name - The name (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.