public interface ILocatorWorkspace
extends 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 |
IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ILocator |
addLocator(java.lang.String name,
ILocator locator,
java.lang.String configKeyword,
ITrackCancel cancelTracker)
Adds a locator to the locator workspace.
|
void |
addLocatorStyle(java.lang.String name,
java.lang.String category,
ILocatorStyle locatorStyle)
Adds a locator style.
|
void |
copyLocator(java.lang.String srcName,
java.lang.String dstName)
Copies a locator.
|
void |
deleteLocator(java.lang.String name)
Deletes a locator.
|
ILocator |
getLocator(java.lang.String name)
Gets a locator.
|
ILocatorName |
getLocatorName(java.lang.String name)
Gets a LocatorName object.
|
IEnumLocatorName |
getLocatorNames(int queryType,
java.lang.String category)
LocatorName objects in the locator workspace.
|
IEnumLocator |
getLocators(int queryType,
java.lang.String category)
Locators in the locator workspace.
|
ILocatorStyle |
getLocatorStyle(java.lang.String name)
Gets a locator style.
|
ILocatorWorkspaceName |
getName()
The Name object for the locator workspace.
|
void |
renameLocator(java.lang.String oldName,
java.lang.String newName)
Renames a locator.
|
void |
updateLocator(ILocator locator)
Modifies the properties of a locator.
|
static final int IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
ILocatorWorkspaceName getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumLocatorName getLocatorNames(int queryType, java.lang.String category) throws java.io.IOException, AutomationException
queryType
- A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)category
- The category (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumLocator getLocators(int queryType, java.lang.String category) throws java.io.IOException, AutomationException
queryType
- A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)category
- The category (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocatorName getLocatorName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocator getLocator(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocatorStyle getLocatorStyle(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocator addLocator(java.lang.String name, ILocator locator, java.lang.String configKeyword, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
name
- The name (in)locator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)configKeyword
- The configKeyword (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.void addLocatorStyle(java.lang.String name, java.lang.String category, ILocatorStyle locatorStyle) throws java.io.IOException, AutomationException
name
- The name (in)category
- The category (in)locatorStyle
- A reference to a com.esri.arcgis.geodatabase.ILocatorStyle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateLocator(ILocator locator) throws java.io.IOException, AutomationException
locator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteLocator(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void renameLocator(java.lang.String oldName, java.lang.String newName) throws java.io.IOException, AutomationException
oldName
- The oldName (in)newName
- The newName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void copyLocator(java.lang.String srcName, java.lang.String dstName) throws java.io.IOException, AutomationException
srcName
- The srcName (in)dstName
- The dstName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.