Working with networks


This document was published with ArcGIS 9.3.
The Network extension supports the following types of network analysis using NAServer.
 
 
 
 
 
 
 
The network analysis functions described in this topic are based on a network analysis layer in a map. An application that consumes network analysis functionality must use a MapServer that includes a network analysis layer. There is a different type of network analysis layer associated with each type of analysis described in this topic.
 
To create an application or Web service that consumes network analysis functionality on the server, follow these steps (ArcGIS Desktop with the Network Analyst extension must be installed):
  1. Use ArcCatalog to create a network dataset for your transportation data with the appropriate attributes.
  2. Use ArcMap to create a map that contains the network dataset and a network analysis layer appropriate for the type of analysis you want to include in your application (route, service area, closest facility, and so on).
  3. Use an ArcGIS Server administration interface, such as Manager, to publish the map document as a service with the network analysis capability enabled. Once you've published the service, you can consume it programmatically in a client application.
The application you create can be built from scratch, or it can be based on extending one of the Network Analyst samples. The sample applications included with ArcGIS Server for the Java Platform that center around network analysis include the following:


See Also:

Using Network Analyst objects
Managing state in a Network Analyst application