This document is archived and information here might be outdated.  Recommended version.


IAddressGeocoding Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressGeocoding Interface
ArcGIS Developer Help

IAddressGeocoding Interface

Provides access to members for geocoding addresses.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use the IAddressGeocoding interface to geocode single addresses and tables of addresses.

Members

Name Description
Method MatchAddress Geocodes a single address.
Read-only property MatchFields Fields contained in the geocoding result.
Method MatchTable Geocodes a table of addresses.
Method Validate Checks that the locator properties and locator dataset are present and valid.

Classes that implement IAddressGeocoding

Classes Description
AGSAddressLocator A locator adaptor for the GeocodeServer proxies.
CompositeLocator A locator that contains collection of other locators.
ESRIFDOAddressLocator An address locator that uses the Esri geocoding engine developed prior to ArcGIS version 10.0.
ESRIGen2AddressLocator An address locator that uses the Esri geocoding engine introduced in ArcGIS version 10.0.
RSLocator An address locator that uses the Esri RouteServer geocoding engine.
StreetMapAddressLocator A locator that uses the Esri geocoding engine and StreetMap reference data sources.

See Also

IAddressGeocoding Interface | IAddressGeocoding.MatchTable Method | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method

.NET Samples

Find the closest intersection from a point Find an address Single line address geocoding StreetMap routing