Migrating from ArcInfo Workstation Network
Migrating from ArcInfo Workstation to a geodatabase-based network involves the following steps:
- Create a personal or file geodatabase.Optionally, you can create an enterprise geodatabase or choose an existing geodatabase.
- Create a feature dataset with the same spatial reference as the coverage.Optionally, you can import the coverage into an existing feature dataset.
- Import the coverage into a feature class within the feature dataset.If you have multiple coverages that you want to use as sources, you should import all of them into feature classes within the same feature dataset.
- Inspect the geometry of the feature class.
To perform network analysis, the network source should have vertices at every intersecting edge. This is essential for establishing connectivity. If you have lines intersecting each other with no vertex at the intersection, there is no connectivity at that intersection. You can modify the source data before beginning migration. Alternately, you can modify the feature class in ArcMap to ensure that coincident vertices are present where required. One option is to have the feature class participate in a topology to insert vertices at places of intersection. Another option is to use the Integrate tool to snap nearby vertices together.
- Inspect the attribute table of the feature class.
You need a cost attribute in your network dataset for performing network analysis. You can use a length or time field to create a cost attribute. This cost attribute can be used as an impedance for network analysis.
- Optionally, you can import ArcInfo turn tables (if any) into turn feature classes that can be used in the network dataset.
- Prepare the design for the network dataset.
It is essential to understand the various components of a network dataset and prepare a design of the network. This includes modeling connectivity and thinking about network attributes and their evaluators.
- Create the geodatabase-based network dataset.
This creates the schema for the network dataset.
- Build the network dataset.
Building a network dataset involves the creation of network elements from the sources, establishment of connectivity, calculation of network attributes, and the setting of properties for directions.