StreetType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Enumeration of street types (such as highways, arterial roads and minor streets) used in queries. See
DataQuery.
A street of a particular StreetType can be made up of
StreetLinks that return different types for the
RouteFlag.FUNC_CLASS property. However, the majority of the
StreetLink types will match the StreetType. For example, for a super highway, most StreetLinks will have a
RouteFlag.FUNC_CLASS of type 1, but there may be a StreetLink with a RouteFlag.FUNC_CLASS of type 2 included as well.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum StreetType
<FlagsAttribute>
Public Enumeration StreetType
Members
| Member name | Value | Description |
---|
| SUPER_HWY | 1 |
Super Highways
|
| MJR_HWY | 2 |
Major Highways
|
| SEC_HWY | 4 |
Secondary Highways
|
| ART_RDS | 8 |
Arterial Roads
|
| STREETS | 16 |
Streets
|
| ALL | 255 |
Everything
|
Remarks See Also