Provides access to members for advanced geocoding functions. Note: the IAdvancedGeocoding interface has been superseded by IAdvancedGeocoding2. Please consider using the more recent version.
Use the IAdvancedGeocoding interface when using geocoding functionality specific to locators that use the ESRI geocoding engine, such as address standardization and rematching.
| Description | ||
|---|---|---|
![]() |
FindStandardizedAddressCandidates | Generates candidates for a standardized address. |
![]() |
MatchAddress | Geocodes a single address. |
![]() |
MatchFields | Fields contained in the geocoding result. |
![]() |
MatchStandardizedAddress | Geocodes a single standardized address. |
![]() |
MatchTable | Geocodes a table of addresses. |
![]() |
RematchTable | Rematches a geocoded feature class or shapefile. |
![]() |
StandardizeAddress | Standardizes an address. |
![]() |
StandardizeFields | Fields contained in a standardized address. |
![]() |
Validate | Checks that the locator properties and locator dataset are present and valid. |
| Interfaces | Description |
|---|---|
| IAddressGeocoding | Provides access to members for geocoding addresses. |
| CoClasses and Classes | Description |
|---|---|
| AGSAddressLocator | A locator adaptor for the GeocodeServer proxies. |
| CompositeLocator | A locator that contains collection of other locators. |
| ESRIFDOAddressLocator | A locator that uses the ESRI geocoding engine and Feature-Data-Object reference data sources. |
| StreetMapAddressLocator | A locator that uses the ESRI geocoding engine and StreetMap reference data sources. |