|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEAddressLocator
Provides access to members describing the address locator data element.
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. |
Object |
getDefaultInputFieldNames(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(String addressFieldName,
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. |
Method Detail |
---|
IFields getAddressFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddressFieldsByRef(IFields addressFields) throws IOException, AutomationException
addressFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDefaultInputFieldNames(String addressFieldName) throws IOException, AutomationException
addressFieldName
- The addressFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultInputFieldNames(String addressFieldName, Object defaultFieldNames) throws IOException, AutomationException
addressFieldName
- The addressFieldName (in)defaultFieldNames
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getMatchFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMatchFieldsByRef(IFields matchFields) throws IOException, AutomationException
matchFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDETable getAddressTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddressTableByRef(IDETable addressTable) throws IOException, AutomationException
addressTable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLocatorPropsRetrieved() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocatorPropsRetrieved(boolean propsRetrieved) throws IOException, AutomationException
propsRetrieved
- The propsRetrieved (in)
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 |