com.esri.arcgis.location
Class IDEAddressLocatorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IDEAddressLocatorProxy
All Implemented Interfaces:
IDEAddressLocator, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDEAddressLocator'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members describing the address locator data element.' 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 =

public class IDEAddressLocatorProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEAddressLocator, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.location.IDEAddressLocator
IID, IIDecd14972_5ecd_4a6f_b62f_b741dd429e3c
 
Constructor Summary
  IDEAddressLocatorProxy()
          Deprecated. For internal use only
  IDEAddressLocatorProxy(java.lang.Object obj)
          Deprecated.  
protected IDEAddressLocatorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEAddressLocatorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEAddressLocatorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IFields getAddressFields()
          Deprecated. The set of address input fields used by the address locator.
 IDETable getAddressTable()
          Deprecated. Table of addresses to geocode using the locator.
 java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName)
          Deprecated. Default input field names for the address field.
 IFields getMatchFields()
          Deprecated. Fields output by geocoding.
 boolean isLocatorPropsRetrieved()
          Deprecated. Indicates if the locator propertries been retrieved.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAddressFieldsByRef(IFields addressFields)
          Deprecated. The set of address input fields used by the address locator.
 void setAddressTableByRef(IDETable addressTable)
          Deprecated. Table of addresses to geocode using the locator.
 void setDefaultInputFieldNames(java.lang.String addressFieldName, java.lang.Object defaultFieldNames)
          Deprecated. Default input field names for the address field.
 void setLocatorPropsRetrieved(boolean propsRetrieved)
          Deprecated. Indicates if the locator propertries been retrieved.
 void setMatchFieldsByRef(IFields matchFields)
          Deprecated. Fields output by geocoding.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDEAddressLocatorProxy

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

IDEAddressLocatorProxy

public IDEAddressLocatorProxy()
Deprecated. 
For internal use only


IDEAddressLocatorProxy

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

IDEAddressLocatorProxy

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

IDEAddressLocatorProxy

protected IDEAddressLocatorProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getAddressFields

public IFields getAddressFields()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The set of address input fields used by the address locator.

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

setAddressFieldsByRef

public void setAddressFieldsByRef(IFields addressFields)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The set of address input fields used by the address locator.

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

getDefaultInputFieldNames

public java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Default input field names for the address field.

Specified by:
getDefaultInputFieldNames in interface IDEAddressLocator
Parameters:
addressFieldName - The addressFieldName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultInputFieldNames

public void setDefaultInputFieldNames(java.lang.String addressFieldName,
                                      java.lang.Object defaultFieldNames)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Default input field names for the address field.

Specified by:
setDefaultInputFieldNames in interface IDEAddressLocator
Parameters:
addressFieldName - The addressFieldName (in)
defaultFieldNames - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMatchFields

public IFields getMatchFields()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Fields output by geocoding.

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

setMatchFieldsByRef

public void setMatchFieldsByRef(IFields matchFields)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Fields output by geocoding.

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

getAddressTable

public IDETable getAddressTable()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Table of addresses to geocode using the locator. Used for validiation.

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

setAddressTableByRef

public void setAddressTableByRef(IDETable addressTable)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Table of addresses to geocode using the locator. Used for validiation.

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

isLocatorPropsRetrieved

public boolean isLocatorPropsRetrieved()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the locator propertries been retrieved.

Specified by:
isLocatorPropsRetrieved in interface IDEAddressLocator
Returns:
The propsRetrieved
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocatorPropsRetrieved

public void setLocatorPropsRetrieved(boolean propsRetrieved)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the locator propertries been retrieved.

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