|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IDEAddressLocatorProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDEAddressLocatorProxy(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 IDEAddressLocatorProxy()
public IDEAddressLocatorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDEAddressLocatorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDEAddressLocatorProxy(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 IFields getAddressFields() throws java.io.IOException, AutomationException
getAddressFields
in interface IDEAddressLocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddressFieldsByRef(IFields addressFields) throws java.io.IOException, AutomationException
setAddressFieldsByRef
in interface IDEAddressLocator
addressFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName) throws java.io.IOException, AutomationException
getDefaultInputFieldNames
in interface IDEAddressLocator
addressFieldName
- The addressFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultInputFieldNames(java.lang.String addressFieldName, java.lang.Object defaultFieldNames) throws java.io.IOException, AutomationException
setDefaultInputFieldNames
in interface IDEAddressLocator
addressFieldName
- The addressFieldName (in)defaultFieldNames
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getMatchFields() throws java.io.IOException, AutomationException
getMatchFields
in interface IDEAddressLocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMatchFieldsByRef(IFields matchFields) throws java.io.IOException, AutomationException
setMatchFieldsByRef
in interface IDEAddressLocator
matchFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDETable getAddressTable() throws java.io.IOException, AutomationException
getAddressTable
in interface IDEAddressLocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddressTableByRef(IDETable addressTable) throws java.io.IOException, AutomationException
setAddressTableByRef
in interface IDEAddressLocator
addressTable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLocatorPropsRetrieved() throws java.io.IOException, AutomationException
isLocatorPropsRetrieved
in interface IDEAddressLocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocatorPropsRetrieved(boolean propsRetrieved) throws java.io.IOException, AutomationException
setLocatorPropsRetrieved
in interface IDEAddressLocator
propsRetrieved
- The propsRetrieved (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 |