Show / Hide Table of Contents

Enum FormOfWay

The form of way (FOW) describes the physical road type of a line.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum FormOfWay

Motorway

A Motorway is defined as a road permitted for motorized vehicles only in combination with a prescribed minimum speed. It has two or more physically separated carriageways and no single level-crossings.

MultipleCarriageWay

A multiple carriageway is defined as a road with physically separated carriageways regardless of the number of lanes. If a road is also a motorway, it should be coded as such and not as a multiple carriageway.

Other

Other.

Roundabout

A Roundabout is a road which forms a ring on which traffic traveling in only one direction is allowed.

SingleCarriageWay

All roads without separate carriageways are considered as roads with a single carriageway.

SlipRoad

A Slip Road is a road especially designed to enter or leave a line.

TrafficSquare

A Traffic Square is an open area (partly) enclosed by roads which is used for non-traffic purposes and which is not a Roundabout.

Undefined

The physical road type is unknown.

Back to top Built by Itinero, MIT licensed.