This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to populate network analysis classes in preparation for analysis.
Description | ||
---|---|---|
AddressLocator | The address locator to be used. | |
FieldMap | The field mapping definition. | |
Initialize | Quickly initializes the class loader to be able to load information from a cursor into a given NAClass. | |
Load | Populate the network analysis class. | |
Locator | The locator to be used. | |
NAClass | The network analysis class. | |
SnapOffsetDistance | The snap offset distance from the network. | |
SnapOffsetUnits | The snap offset units. | |
SnapToNetwork | Indicates if the geometry should be snapped to the network. |
Interfaces | Description |
---|---|
INAClassLoader | Provides access to populate network analysis classes in preparation for analysis. |
CoClasses and Classes | Description |
---|---|
NAClassLoader | Loads a network class based on its field maps. |
The INAClassLoader2 interface is used, for example, to populate stop locations from a point feature class. It is also used to specify the snapping and reverse-geocoding properties of the NAClassLoader object.