Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServer | Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer. |
CoClasses that implement INAServer2
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. |
Remarks
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.