com.esri.arcgis.location
Class IGeocodeServerProxy

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

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

Description: 'Provides access to members for geocoding addresses.' 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 IGeocodeServerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeocodeServer, 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.IGeocodeServer
IID, IID5918bc71_27dc_41d7_8282_a0871a612923
 
Constructor Summary
  IGeocodeServerProxy()
          Deprecated. For internal use only
  IGeocodeServerProxy(java.lang.Object obj)
          Deprecated.  
protected IGeocodeServerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeocodeServerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeocodeServerProxy(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.  
 IRecordSet findAddressCandidates(IPropertySet address, IPropertySet propMods)
          Deprecated. Generates candidates for an address (normal or standardized form).
 IPropertySet geocodeAddress(IPropertySet address, IPropertySet propMods)
          Deprecated. Geocodes a single address (normal or standardized form).
 IRecordSet geocodeAddresses(IRecordSet addressTable, IPropertySet addressFieldMapping, IPropertySet propMods)
          Deprecated. Geocodes a table of addresses.
 IFields getAddressFields()
          Deprecated. Fields needed to geocode a table of addresses.
 IFields getCandidateFields(IPropertySet propMods)
          Deprecated. Fields contained in a list of candidates.
 IPropertySet getDefaultInputFieldMapping()
          Deprecated. Suggested field name mappings for all input fields.
 IFields getIntersectionCandidateFields(IPropertySet propMods)
          Deprecated. Fields contained by intersection candidates.
 IPropertySet getLocatorProperties()
          Deprecated. Default properties for a locator.
 IFields getResultFields(IPropertySet propMods)
          Deprecated. Fields contained in the geocoding result.
 IFields getStandardizedFields()
          Deprecated. Fields contained in a standardized address.
 IFields getStandardizedIntersectionFields()
          Deprecated. Fields contained in a standardized intersection.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IPropertySet reverseGeocode(IPoint location, boolean bReturnIntersection, IPropertySet propMods)
          Deprecated. Generates an address for a point.
 IPropertySet standardizeAddress(IPropertySet address, IPropertySet propMods)
          Deprecated. Standardizes an address.
 
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

IGeocodeServerProxy

public IGeocodeServerProxy(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

IGeocodeServerProxy

public IGeocodeServerProxy()
Deprecated. 
For internal use only


IGeocodeServerProxy

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

IGeocodeServerProxy

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

IGeocodeServerProxy

protected IGeocodeServerProxy(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

geocodeAddress

public IPropertySet geocodeAddress(IPropertySet address,
                                   IPropertySet propMods)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Geocodes a single address (normal or standardized form).

Specified by:
geocodeAddress in interface IGeocodeServer
Parameters:
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

geocodeAddresses

public IRecordSet geocodeAddresses(IRecordSet addressTable,
                                   IPropertySet addressFieldMapping,
                                   IPropertySet propMods)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Geocodes a table of addresses.

Specified by:
geocodeAddresses in interface IGeocodeServer
Parameters:
addressTable - A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
addressFieldMapping - A reference to a com.esri.arcgis.system.IPropertySet (in)
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

standardizeAddress

public IPropertySet standardizeAddress(IPropertySet address,
                                       IPropertySet propMods)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Standardizes an address. One of the properties returned indicates if it is an intersection or not.

Specified by:
standardizeAddress in interface IGeocodeServer
Parameters:
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findAddressCandidates

public IRecordSet findAddressCandidates(IPropertySet address,
                                        IPropertySet propMods)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Generates candidates for an address (normal or standardized form).

Specified by:
findAddressCandidates in interface IGeocodeServer
Parameters:
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAddressFields

public IFields getAddressFields()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Fields needed to geocode a table of addresses.

Specified by:
getAddressFields in interface IGeocodeServer
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.

getCandidateFields

public IFields getCandidateFields(IPropertySet propMods)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Fields contained in a list of candidates.

Specified by:
getCandidateFields in interface IGeocodeServer
Parameters:
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
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.

getIntersectionCandidateFields

public IFields getIntersectionCandidateFields(IPropertySet propMods)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Fields contained by intersection candidates.

Specified by:
getIntersectionCandidateFields in interface IGeocodeServer
Parameters:
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
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.

getStandardizedFields

public IFields getStandardizedFields()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Fields contained in a standardized address.

Specified by:
getStandardizedFields in interface IGeocodeServer
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.

getStandardizedIntersectionFields

public IFields getStandardizedIntersectionFields()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Fields contained in a standardized intersection.

Specified by:
getStandardizedIntersectionFields in interface IGeocodeServer
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.

getResultFields

public IFields getResultFields(IPropertySet propMods)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Fields contained in the geocoding result.

Specified by:
getResultFields in interface IGeocodeServer
Parameters:
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
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.

getDefaultInputFieldMapping

public IPropertySet getDefaultInputFieldMapping()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Suggested field name mappings for all input fields.

Specified by:
getDefaultInputFieldMapping in interface IGeocodeServer
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorProperties

public IPropertySet getLocatorProperties()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Default properties for a locator.

Specified by:
getLocatorProperties in interface IGeocodeServer
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reverseGeocode

public IPropertySet reverseGeocode(IPoint location,
                                   boolean bReturnIntersection,
                                   IPropertySet propMods)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Generates an address for a point.

Specified by:
reverseGeocode in interface IGeocodeServer
Parameters:
location - A reference to a com.esri.arcgis.geometry.IPoint (in)
bReturnIntersection - The bReturnIntersection (in)
propMods - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.