This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerDataLayer Interface (ArcObjects .NET 10.5 SDK) |
Deprecated as of 10.0. Provides access to a data layer containing network locations.
Description | ||
---|---|---|
DataLayerName | The name of the layer in the map. | |
QueryFilter | The query filter used to constrain the search. |
Interfaces | Description |
---|---|
INAServerLocations | Deprecated as of 10.0. Provides access to objects that can be used to load network locations in NAServer. |
CoClasses and Classes | Description |
---|---|
NAServerDataLayer | Deprecated as of 10.0. A container that references a data layer containing network locations. |
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
The INAServerDataLayer interface provides access to a feature layer in the associated map service to load as network locations into an input network analysis class.
The NAServerDataLayer object that implements this interface can be passed in to any of the properties of the NAServerSolverParams objects that expect an INAServerLocations interface pointer (for example, Stops, Barriers, Facilities, or Incidents).
If the data layer contains the network location fields "SourceID" (int), "SourceOID" (int), "PosAlong" (double), and "SideOfEdge" (int), the values in these fields will specify the network location rather than perform a spatial search to determine the network location.
Any other fields can be in the data layer and can be used when loading network locations. Which fields map to the NAClass fields is a function of INAServerSolverParams.NAClassCandidateFieldMaps.