Provides access to properties common to all locator agents.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
Bind | Re-associate the locator with the given network dataset and its schema. | |
Name | The name of the locator agent. | |
QueryGeometry | The geometry for the given network location. | |
QueryLocationByPoint | Find a network location from a point. | |
QueryLocationByPointEx | Find a network location from a point and curb approach. | |
QueryLocationByRow | Find a network location from a row. | |
QueryLocationByRowEx | Find a network location from a row and curb approach. | |
QueryLocationRangesByGeometry | Find network location ranges from a geometry. | |
QueryLocationRangesByRow | Find network location ranges from a row. | |
QueryPoint | The point for the given network location. |
Inherited Interfaces
Interfaces | Description |
---|---|
INALocatorAgent2 | Provides access to properties common to all locator agents. |
INALocatorAgent | Provides access to properties common to all locator agents. |
CoClasses that implement INALocatorAgent3
CoClasses and Classes | Description |
---|---|
NALocatorFeatureAgent | Finds network feature locations for analysis. |
NALocatorLocationFieldsAgent | Defines the network location fields to be used by a locator. |
Remarks
The INALocatorAgent3 interface contains methods common to NALocatorFeatureAgents and NALocatorLocationFieldsAgents, including the name property, and the Bind and query methods.
The query methods include the ability to determine network location values, location ranges, as well as the geometry associated with a network location's source feature.