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 =
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace |
addLocator, addLocatorStyle, copyLocator, deleteLocator, getLocator, getLocatorName, getLocatorNames, getLocators, getLocatorStyle, getName, renameLocator, updateLocator |
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
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.