|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddressCandidates
Provides access to members for generating candidates for an address.
Address candidates are defined by a number of candidate fields. Each candidate field describes some part of the address information for the match candidate. An address locator uses these candidate fields to determine how well a candidate matches an address. The candidate fields that are generated by the address locator styles provided with ArcGIS are described below:
Use the IAddressCandidates interface to find and inspect candidates for a single address.
IAddressCandidates
Method Summary | |
---|---|
IArray |
findAddressCandidates(IPropertySet address)
Generates candidates for an address. |
IFields |
getCandidateFields()
Fields contained in a list of candidates. |
Method Detail |
---|
IFields getCandidateFields() throws IOException, AutomationException
When an address locator generates a set of match candidates for an address, the candidates are described by a certain set of candidate fields. Each style of address locator has its own set of candidate fields.
You can use the fields returned by this property to inspect candidates found using the FindAddressCandidates method.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAddressCandidates
IArray findAddressCandidates(IPropertySet address) throws IOException, AutomationException
The address parameter is a PropertySet that contains one property for each of the address fields defined by the address locator. You can use the IAddressInputs::AddressFields method to get the address fields for a address locator.
This method returns an Array of PropertySets. Each PropertySet in the Array has properties specified by the CandidateFields property.
address
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAddressCandidates
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |