The Crossroads layer contains street intersection point objects and details about the streets that intersect at that point.
Field Name | Data Type (Length) | Index | Description |
---|---|---|---|
ID | CHAR (36) | Yes | Intersection identifier - universally unique identifier |
STREET1 | CHAR (95) | No | First names (separated by pipe) of a street that is part of the intersection |
STREET1_FID | CHAR (36) | No | Street 1 featureID - universally unique identifier |
STREET1_ELEV | SMALLINT | No | Elevation level 0 - Ground >0 - Above ground <0 - Underground |
STREET1_MICODE | INTEGER | No | Global feature code from StreetPro Navigation streets |
STREET2 | CHAR (95) | No | Second name of a street that is part of the intersection |
STREET2_FID | CHAR (36) | No | Street 2 featureID - universally unique identifier |
STREET2_ELEV | SMALLINT | No | Elevation level 0 - Ground >0 - Above ground <0 - Underground |
STREET2_MICODE | INTEGER | No | Global feature code from StreetPro Navigation streets |
STREET3 | CHAR (95) | No | Third name of a street that is part of the intersection |
STREET3_FID | CHAR (36) | No | Street 3 featureID- universally unique identifier |
STREET3_ELEV | SMALLINT | No | Elevation level 0 - Ground >0 - Above ground <0 - Underground |
STREET3_MICODE | INTEGER | No | Global feature code from StreetPro Navigation streets |
STREET4 | CHAR (95) | No | Fourth name of a street that is part of the intersection |
STREET4_FID | CHAR (36) | No | Street 4 featureID- universally unique identifier |
STREET4_ELEV | SMALLINT | No | Elevation level 0 - Ground >0 - Above ground <0 - Underground |
STREET4_MICODE | INTEGER | No | Global feature code from StreetPro Navigation streets |
STREET5 | CHAR (95) | No | Fifth name of a street that is part of the intersection |
STREET5_FID | CHAR (36) | No | Street 5 featureID - universally unique identifier |
STREET5_ELEV | SMALLINT | No | Elevation level 0 - Ground >0 - Above ground <0 - Underground |
STREET5_MICODE | INTEGER | No | Global feature code from StreetPro Navigation streets |
A value of 99 represents a null record i.e. no street object available.