ArcObjects Library Reference (Location)  

IBatchGeocoding Interface

Provides access to members for batch geocoding functions.

Product Availability

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

When To Use

IBatchGeocoding is implemented by every locator and it contains a subset of the methods that IAdvancedGeocoding contains.

IBatchGeocoding should be used instead of IAdvancedGeocoding when there is no need to access standardization methods or when a locator does not support standardization.

Members

Description
Method MatchRecordSet Geocodes a cursor of addresses to a RecordSet.
Method RematchTable Rematches a geocoded feature class or shapefile.

CoClasses that implement IBatchGeocoding

CoClasses and Classes Description
AGSAddressLocator A locator adaptor for the GeocodeServer proxies.
ESRIGen2AddressLocator An address locator that uses the Esri geocoding engine introduced in ArcGIS version 10.0.

.NET Related Topics

How to rematch a geocoded feature class