|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEAddressLocator
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDecd14972_5ecd_4a6f_b62f_b741dd429e3c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IFields |
getAddressFields()
The set of address input fields used by the address locator. |
IDETable |
getAddressTable()
Table of addresses to geocode using the locator. |
java.lang.Object |
getDefaultInputFieldNames(java.lang.String addressFieldName)
Default input field names for the address field. |
IFields |
getMatchFields()
Fields output by geocoding. |
boolean |
isLocatorPropsRetrieved()
Indicates if the locator propertries been retrieved. |
void |
setAddressFieldsByRef(IFields addressFields)
The set of address input fields used by the address locator. |
void |
setAddressTableByRef(IDETable addressTable)
Table of addresses to geocode using the locator. |
void |
setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultFieldNames)
Default input field names for the address field. |
void |
setLocatorPropsRetrieved(boolean propsRetrieved)
Indicates if the locator propertries been retrieved. |
void |
setMatchFieldsByRef(IFields matchFields)
Fields output by geocoding. |
Field Detail |
---|
static final int IIDecd14972_5ecd_4a6f_b62f_b741dd429e3c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IFields getAddressFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddressFieldsByRef(IFields addressFields) throws java.io.IOException, AutomationException
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.java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName) throws java.io.IOException, AutomationException
addressFieldName
- The addressFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultInputFieldNames(java.lang.String addressFieldName, java.lang.Object defaultFieldNames) throws java.io.IOException, AutomationException
addressFieldName
- The addressFieldName (in)defaultFieldNames
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getMatchFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMatchFieldsByRef(IFields matchFields) throws java.io.IOException, AutomationException
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.IDETable getAddressTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddressTableByRef(IDETable addressTable) throws java.io.IOException, AutomationException
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.boolean isLocatorPropsRetrieved() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocatorPropsRetrieved(boolean propsRetrieved) throws java.io.IOException, AutomationException
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 |