The Network module of ET GeoWizards allows to build networks and to perform network analysis.
GIS networks are networks composed of linear features (generally called edges or links) that can be used to represent interconnected features (roads, rivers, etc.), and to perform special spatial analysis on them.The edges are connected in junction points (nodes).
Each of the above approaches has advantages and disadvantages, but the second method is more appealing because it needs proper topological relations between the features of the source data which can be accomplished for the entire dataset at once.
The sources for GIS networks are normally polyline feature layers. In order to prepare the source polyline layer for network analysis, we must ensure topological correctness of the input data
We need to set values in the attribute table of the input polyline layer.
The values in the Cost Field will be used for cost (length, time, etc.) for each link. If not specified the geometric length of the polylines will be used. ET GeoWizards allows 2 different fields to be used for the different directions of Bidirectional Networks (BDN).
Single Directional Networks use the physical directions of the input polylines, so they do not need this attribute. For Bidirectional Network (BDN) we need to set direction attribute, that will indicate how the edges can be traversed. Since all polylines have a direction, the values should be set according to the direction of the polylines. The values that can be used are:
Below is a small example of the "Direction" attribute". Note that the example is for Left hand side of the road driving. For Right Side of the road driving the links with FT should get TF and the ones with TF should get FT
A couple of numeric (recommended integer) fields which values will define the elevation of the Start and End point for each edge. These values will be used to model under and over passes.At the beginning (since most of the polylines will intersect at the same level) all values in these fields can be calculated to 1 and then change the values only in cases of over or under passes
Below is a small example of the "From_Level" (the level of the FROM node) and "To_Level" (the level of the TO node) attribute".
Illustration how the above works for the network connectivity.
After you have modeled your network dataset, you just need to run one of the functions below (depending on what type of network you want to create). The network is stored in a single file with extension .etn (for example MyFirstNetwork.etn) in the location you specified. You can use this file as input in all Network Analysis functions of ET GeoWizards.