public interface ILocatorWorkspace2 extends ILocatorWorkspace, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3238f288_f52c_45f0_a4c4_cb9e7d2488f2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4
Modifier and Type | Method and Description |
---|---|
void |
rebuildLocator(java.lang.String name,
ITrackCancel cancelTracker)
Rebuilds a locator.
|
addLocator, addLocatorStyle, copyLocator, deleteLocator, getLocator, getLocatorName, getLocatorNames, getLocators, getLocatorStyle, getName, renameLocator, updateLocator
static final int IID3238f288_f52c_45f0_a4c4_cb9e7d2488f2
static final int xxDummy
static final java.lang.String IID
void rebuildLocator(java.lang.String name, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
name
- The name (in)cancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.