Signposts streets feature class (Signpost_Streets)
The Signpost_Streets table defines the links referenced by a Signposts record. A combination of two edges defines each signpost and therefore two entries in the Signpost_Streets table defines one Signposts: one for the From edge and one for the To edge. The From edge ID and To edge ID involved in the signpost may not be contiguous.
For a description of the attributes OBJECTID and GlobalID, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| SIGNPOSTID | Integer (4) | Signpost ID |
| SEQUENCE | Integer (4) | Sequence identifier for the edge within the signpost |
| EDGEFCID | Integer (4) | Streets feature class ID. |
| EDGEFID | Integer (4) | Feature ID corresponding to the edge element in the signpost maneuver sequence. This is the |
| EDGEFRMPOS | Double (8) | Edge From Positive models sLines composed of multiple Edges. Values are 0 or 1. |
| EDGETOPOS | Double (8) | Edge To Positive models Lines composed of multiple Edges. Values are 0 or 1. |
| LINK_ID | Integer (4) | Link ID of this edge (Street) of the signpost record. References Streets.Link_id |
| SIGN_ID | Integer (4) | HERE sign_id corresponding to this signpost entry. References signs.sign_id. |
| DESTNUMBER | Integer (4) | Destination Number indicates the Destination Number (offset 1) which together with the HERE Sign ID marks a unique signpost for a driving path defined in the Signposts Streets layer. |
| LEFT_REGION_ABBREV_LATIN | String (50) | Abbreviated name of the region on the left hand side of the street segment using Latin character set. |
| LEFT_REGION_LATIN | String (100) | Name of the region on the left hand side of the street segment. |
| RIGHT_REGION_ABBREV_LATIN | String (50) | Abbreviated name of the region on the right hand side of the street segment using Latin character set. |
| RIGHT_REGION_LATIN | String (100) | Name of the region on the right hand side of the street segment. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |
Updated yesterday