|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.location.IGeocodeServerProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGeocodeServerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGeocodeServerProxy()
public IGeocodeServerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeocodeServerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeocodeServerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IPropertySet geocodeAddress(IPropertySet address, IPropertySet propMods) throws java.io.IOException, AutomationException
geocodeAddress
in interface IGeocodeServer
address
- A reference to a com.esri.arcgis.system.IPropertySet (in)propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRecordSet geocodeAddresses(IRecordSet addressTable, IPropertySet addressFieldMapping, IPropertySet propMods) throws java.io.IOException, AutomationException
geocodeAddresses
in interface IGeocodeServer
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet standardizeAddress(IPropertySet address, IPropertySet propMods) throws java.io.IOException, AutomationException
standardizeAddress
in interface IGeocodeServer
address
- A reference to a com.esri.arcgis.system.IPropertySet (in)propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRecordSet findAddressCandidates(IPropertySet address, IPropertySet propMods) throws java.io.IOException, AutomationException
findAddressCandidates
in interface IGeocodeServer
address
- A reference to a com.esri.arcgis.system.IPropertySet (in)propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getAddressFields() throws java.io.IOException, AutomationException
getAddressFields
in interface IGeocodeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getCandidateFields(IPropertySet propMods) throws java.io.IOException, AutomationException
getCandidateFields
in interface IGeocodeServer
propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getIntersectionCandidateFields(IPropertySet propMods) throws java.io.IOException, AutomationException
getIntersectionCandidateFields
in interface IGeocodeServer
propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getStandardizedFields() throws java.io.IOException, AutomationException
getStandardizedFields
in interface IGeocodeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getStandardizedIntersectionFields() throws java.io.IOException, AutomationException
getStandardizedIntersectionFields
in interface IGeocodeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getResultFields(IPropertySet propMods) throws java.io.IOException, AutomationException
getResultFields
in interface IGeocodeServer
propMods
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getDefaultInputFieldMapping() throws java.io.IOException, AutomationException
getDefaultInputFieldMapping
in interface IGeocodeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getLocatorProperties() throws java.io.IOException, AutomationException
getLocatorProperties
in interface IGeocodeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet reverseGeocode(IPoint location, boolean bReturnIntersection, IPropertySet propMods) throws java.io.IOException, AutomationException
reverseGeocode
in interface IGeocodeServer
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |