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


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

IIntersectionGeocoding Interface

Provides access to members for geocoding intersections.

Product Availability

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

When To Use

Use the IIntesectionGeocoding interface to determine if an address specifies an intersection, and to determine the fields that are contained by candidates for intersection addresses.

Members

Name Description
Read-only property IntersectionCandidateFields Fields contained by intersection candidates.
Method IsIntersection Indicates if an address is an intersection.

Classes that implement IIntersectionGeocoding

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.

Remarks

The IIntersectionCandidates interface is only supported by address locators that can perform intersection geocoding.

.NET Samples

Find the closest intersection from a point