This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Classes > N > NALocator CoClass (ArcObjects .NET 10.5 SDK) |
Finds network locations for analysis.
Interfaces | Description |
---|---|
IClone (esriSystem) | Provides access to members that control cloning of objects. |
INALocator | Provides access to properties that apply to all network locators. |
INALocator2 | Provides access to properties that apply to all network locators. |
INALocator3 | Provides access to properties that apply to all network locators. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IXMLSerialize (esriSystem) | Provides access to members that XML serialize and deserialize an object to/from XML. |
NALocator is a top-level container for managing and using network locators. It has a collection of Locator Agents that do the work of finding the locations.
While NALocators are CoCreateable, you typically get the NALocator from the NAContext, which sets up the locator appropriately for the network dataset and type of analysis.