TrafficSignalLocation Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Location of traffic signals in relation to a streetlink.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum TrafficSignalLocation
Public Enumeration TrafficSignalLocation
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no traffic signal that can be reached by traveling to the end of this StreetLink,
or there is no data about traffic signals for this StreeLink.
|
| NonReference | 1 |
There is a traffic signal that can be reached by traveling to the nonreference end of this StreetLink.
That is, traffic an move from the reference end to the nonreference end of the street link and encounter a traffic signal when reaching
the nonreference end.
|
| Reference | 2 |
There is a traffic signal that can be reached by traveling to the reference end of this StreetLink.
That is, traffic an move from the nonreference end to the reference end of the street link and encounter a traffic signal when reaching
the reference end.
|
| Both | 3 |
There are traffic signals at both ends of this StreetLink (and traffic can move along this streetlink in
either direction).
|
Remarks Traffic signals are only reported when the direction of
travel is toward the signal. Thus, for example, if there are traffic
signals on both ends of a street link that is part of a one-way street,
the extra data for the street link will show only the signal at the end reached by the
direction traffic is moving. See also
TrafficSignal.
See Also