This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServer Interface (ArcObjects .NET 10.4 SDK) |
Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.
Description | ||
---|---|---|
GetNALayerNames | Array of network analysis layers of a particular analysis type. | |
GetNetworkDescription | Description of the network dataset associated with the specified network analysis layer. | |
GetSolverParameters | Default solver parameters for the specified network analysis layer. | |
Solve | Perform network analysis based on the input solve parameters. |
CoClasses and Classes | Description |
---|---|
NAServer | Deprecated as of 10.0. A MapServer object extension for performing network analysis within a stateless environment. |
NAServerIP | Deprecated as of 10.0. NAServer Proxy for IP Messages. |
NAServerLP | Deprecated as of 10.0. NAServer Proxy for LAN messages. |
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.
INAServer has been superseded by INAServer2.
This example illustrates connecting to an NAServer web service via a web reference and getting the names of the route layers.
// Assumes you've created a web reference to web service named "SanFrancisco"