This document is archived and information here might be outdated. Recommended version. |
Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.
Name | 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. | |
GetSolverParameters2 | Default solver parameters for the specified network analysis layer. | |
Solve | Perform network analysis based on the input solve parameters. |
Interfaces | Description |
---|---|
INAServer | Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer. |
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.
INAServer2 is the main interface on the NAServer object. It provides methods to perform network analysis in a stateless manner on a server.
INAServer2 provides a method that returns default analysis settings and, optionally, content of NAClasses present in the analysis layer by default or loaded from a layer stored on a server.