Provides access to properties that apply to all network locators.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
| Description | ||
|---|---|---|
|  | AddLocatorAgent | Add a locator agent. | 
|  | Bind | Re-associate the locators with the given network dataset and its schema. | 
|  | CreateDefault | Make the default locators. | 
|  | FindClosestAmongAllAgents | Indicates if the closest location (only) should be returned. | 
|  | GeocodeLocation | The network location at the specified address. Honors side of street if the address locator does. | 
|  | LocatorAgent | The locator agent by index. | 
|  | LocatorAgentCount | The number of locator agents added. | 
|  | MaxSnapTolerance | The maximum distance that can be searched when expanding the snap tolerance. Has the same units as the snap tolerance. | 
|  | NetworkDataset | The associated network dataset. | 
|  | OutputSpatialReference | The spatial reference for points returned by the locator. | 
|  | QueryLocationByPoint | Use the locator agents to find a network location from a point. | 
|  | QueryLocationByRow | Use the locator agents to find a network location from a row. | 
|  | QueryOffsetPoint | The point offset from a network location. | 
|  | QueryPoint | The point for a network location. | 
|  | RemoveLocatorAgent | Remove a locator agent by index. | 
|  | ReverseGeocodeLocation | The address of the network location. Honors side of street if the address locator does. | 
|  | SnapTolerance | The distance to search. | 
|  | SnapToleranceUnits | The units of the snap tolerance. | 
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| INALocator | Provides access to properties that apply to all network locators. | 
CoClasses that implement INALocator2
| CoClasses and Classes | Description | 
|---|---|
| NALocator | Finds network locations for analysis. | 
Remarks
INALocator2 has been superseded by INALocator3.