public class ILocatorWorkspaceProxy extends com.esri.arcgis.interop.Dispatch implements 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4| Modifier | Constructor and Description |
|---|---|
|
ILocatorWorkspaceProxy()
For internal use only
|
|
ILocatorWorkspaceProxy(java.lang.Object obj) |
protected |
ILocatorWorkspaceProxy(java.lang.Object obj,
java.lang.String iid) |
|
ILocatorWorkspaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ILocatorWorkspaceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
renameLocator(java.lang.String oldName,
java.lang.String newName)
Renames a locator.
|
void |
updateLocator(ILocator locator)
Modifies the properties of a locator.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ILocatorWorkspaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ILocatorWorkspaceProxy()
public ILocatorWorkspaceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILocatorWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILocatorWorkspaceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic ILocatorWorkspaceName getName() throws java.io.IOException, AutomationException
getName in interface ILocatorWorkspacejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumLocatorName getLocatorNames(int queryType, java.lang.String category) throws java.io.IOException, AutomationException
getLocatorNames in interface ILocatorWorkspacequeryType - 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.public IEnumLocator getLocators(int queryType, java.lang.String category) throws java.io.IOException, AutomationException
getLocators in interface ILocatorWorkspacequeryType - 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.public ILocatorName getLocatorName(java.lang.String name) throws java.io.IOException, AutomationException
getLocatorName in interface ILocatorWorkspacename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILocator getLocator(java.lang.String name) throws java.io.IOException, AutomationException
getLocator in interface ILocatorWorkspacename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILocatorStyle getLocatorStyle(java.lang.String name) throws java.io.IOException, AutomationException
getLocatorStyle in interface ILocatorWorkspacename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILocator addLocator(java.lang.String name, ILocator locator, java.lang.String configKeyword, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
addLocator in interface ILocatorWorkspacename - 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.public void addLocatorStyle(java.lang.String name,
java.lang.String category,
ILocatorStyle locatorStyle)
throws java.io.IOException,
AutomationException
addLocatorStyle in interface ILocatorWorkspacename - 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.public void updateLocator(ILocator locator) throws java.io.IOException, AutomationException
updateLocator in interface ILocatorWorkspacelocator - 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.public void deleteLocator(java.lang.String name)
throws java.io.IOException,
AutomationException
deleteLocator in interface ILocatorWorkspacename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void renameLocator(java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
renameLocator in interface ILocatorWorkspaceoldName - The oldName (in)newName - The newName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void copyLocator(java.lang.String srcName,
java.lang.String dstName)
throws java.io.IOException,
AutomationException
copyLocator in interface ILocatorWorkspacesrcName - The srcName (in)dstName - The dstName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.