com.esri.arcgis.geodatabase
Class ILocatorWorkspaceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ILocatorWorkspaceProxy
All Implemented Interfaces:
ILocatorWorkspace, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ILocatorWorkspace2Proxy

public class ILocatorWorkspaceProxy
extends com.esri.arcgis.interop.Dispatch
implements ILocatorWorkspace, java.io.Serializable

Internal use class Proxy for COM Interface 'ILocatorWorkspace'. 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace
IID, IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4
 
Constructor Summary
  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)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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)
           
 void renameLocator(java.lang.String oldName, java.lang.String newName)
          Renames a locator.
 void updateLocator(ILocator locator)
          Modifies the properties of a locator.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ILocatorWorkspaceProxy

public ILocatorWorkspaceProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ILocatorWorkspaceProxy

public ILocatorWorkspaceProxy()
For internal use only


ILocatorWorkspaceProxy

public ILocatorWorkspaceProxy(java.lang.Object obj)
                       throws java.io.IOException
Throws:
java.io.IOException

ILocatorWorkspaceProxy

protected ILocatorWorkspaceProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Throws:
java.io.IOException

ILocatorWorkspaceProxy

protected ILocatorWorkspaceProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public ILocatorWorkspaceName getName()
                              throws java.io.IOException,
                                     AutomationException
The Name object for the locator workspace.

Specified by:
getName in interface ILocatorWorkspace
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorNames

public IEnumLocatorName getLocatorNames(int queryType,
                                        java.lang.String category)
                                 throws java.io.IOException,
                                        AutomationException
LocatorName objects in the locator workspace.

Specified by:
getLocatorNames in interface ILocatorWorkspace
Parameters:
queryType - A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)
category - The category (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumLocatorName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocators

public IEnumLocator getLocators(int queryType,
                                java.lang.String category)
                         throws java.io.IOException,
                                AutomationException
Locators in the locator workspace.

Specified by:
getLocators in interface ILocatorWorkspace
Parameters:
queryType - A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)
category - The category (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumLocator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorName

public ILocatorName getLocatorName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
Gets a LocatorName object.

Specified by:
getLocatorName in interface ILocatorWorkspace
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocatorName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocator

public ILocator getLocator(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Gets a locator.

Specified by:
getLocator in interface ILocatorWorkspace
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorStyle

public ILocatorStyle getLocatorStyle(java.lang.String name)
                              throws java.io.IOException,
                                     AutomationException
Gets a locator style.

Specified by:
getLocatorStyle in interface ILocatorWorkspace
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocatorStyle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addLocator

public ILocator addLocator(java.lang.String name,
                           ILocator locator,
                           java.lang.String configKeyword,
                           ITrackCancel cancelTracker)
                    throws java.io.IOException,
                           AutomationException
Adds a locator to the locator workspace.

Specified by:
addLocator in interface ILocatorWorkspace
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ILocator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addLocatorStyle

public void addLocatorStyle(java.lang.String name,
                            java.lang.String category,
                            ILocatorStyle locatorStyle)
                     throws java.io.IOException,
                            AutomationException
Adds a locator style.

Specified by:
addLocatorStyle in interface ILocatorWorkspace
Parameters:
name - The name (in)
category - The category (in)
locatorStyle - A reference to a com.esri.arcgis.geodatabase.ILocatorStyle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateLocator

public void updateLocator(ILocator locator)
                   throws java.io.IOException,
                          AutomationException
Modifies the properties of a locator.

Specified by:
updateLocator in interface ILocatorWorkspace
Parameters:
locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteLocator

public void deleteLocator(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Deletes a locator.

Specified by:
deleteLocator in interface ILocatorWorkspace
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

renameLocator

public void renameLocator(java.lang.String oldName,
                          java.lang.String newName)
                   throws java.io.IOException,
                          AutomationException
Renames a locator.

Specified by:
renameLocator in interface ILocatorWorkspace
Parameters:
oldName - The oldName (in)
newName - The newName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copyLocator

public void copyLocator(java.lang.String srcName,
                        java.lang.String dstName)
                 throws java.io.IOException,
                        AutomationException
Copies a locator.

Specified by:
copyLocator in interface ILocatorWorkspace
Parameters:
srcName - The srcName (in)
dstName - The dstName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.