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 |
---|---|---|---|
FEATUREID | CHAR(36) | Yes | Intersection identifier - universally unique identifier |
STREET1 | CHAR(36) | No | First names (separated by pipe) of a street that is part of the intersection |
STREET1_FID | CHAR(36) | No | Street 1 feature ID - 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(36) | No | Second name of a street that is part of the intersection |
STREET2_FID | CHAR(36) | No | Street 2 feature ID - 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(36) | No | Third name of a street that is part of the intersection |
STREET3_FID | CHAR(36) | No | Street 3 feature ID - 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(36) | No | Fourth name of a street that is part of the intersection |
STREET4_FID | CHAR(36) | No | Street 4 feature ID - 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 |
STREET5 | CHAR(36) | No | Fifth name of a street that is part of the intersection |
STREET5_FID | CHAR(36) | No | Street 5 feature ID - 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 |