* This layer is included only in Navigation.
Shows an object that indicates regulation in combination with multiple links such as No right/left-turn or restriction on U-turn.
Table DefinitionField | Type | Description |
---|---|---|
OBJECTID | Integer | A unique ID that indicates the object. |
FROMLINKID | Integer | Road link ID of the first link in the link column. Corresponds to OBJECTID of the road link. |
TOLINKID | Integer | Road link ID of the end link in the link column. Corresponds to OBJECTID of the road link. |
MIDCOUNT | Integer | Number of links that are entered into the link between links corresponding to FROMLINKID and TOLINKID.0 when no link exists |
MIDLINKID | Character |
2~N-1th road link ID column of the link column (N is the total number of links that consist of the link column). The ID column is described by delimited with a single-byte comma. Matches with the number of links indicated by MIDCOUNT. (One) Single-byte space is stored, when there is no link column. |
FROM_MO1 | Integer |
Starting Month (Range of values: 0 or 1 to 12) 0 = Every month of ? Day |
FROM_MO2 | ||
FROM_MO3 | ||
FROM_MO4 | ||
FROM_DAY1 | Integer | Starting Day (Range of values: 1 to 31) |
FROM_DAY2 | ||
FROM_DAY3 | ||
FROM_DAY4 | ||
FROM_HOUR1 | Integer | Starting Hour (Range of values: 0 to 24) |
FROM_HOUR2 | ||
FROM_HOUR3 | ||
FROM_HOUR4 | ||
FROM_MIN1 | Integer | Starting Minute (Range of values: 0 to 59) |
FROM_MIN2 | ||
FROM_MIN3 | ||
FROM_MIN4 | ||
TO_MO1 | Integer |
Ending Month (Range of values: 0 or 1 to 12) 0 = Every month of ? Day |
TO_MO2 | ||
TO_MO3 | ||
TO_MO4 | ||
TO_DAY1 | Integer | Ending Day (Range of values: 1 to 31) |
TO _DAY2 | ||
TO _DAY3 | ||
TO _DAY4 | ||
TO _HOUR1 | Integer | Ending Hour (Range of values: 0 to 24) |
TO _HOUR2 | ||
TO _HOUR3 | ||
TO _HOUR4 | ||
TO _MIN1 | Integer | Ending Minute (Range of values: 0 to 59) |
TO _MIN2 | ||
TO _MIN3 | ||
TO _MIN4 | ||
DAYOFWEEK1 | Integer | Specifies the day of the week. See the DayofWeek code table in the NPCnn section. |
DAYOFWEEK2 | ||
DAYOFWEEK3 | ||
DAYOFWEEK4 |
Examples of Link Column Regulation:
(1) Example of general link column regulation
Actually, set to the place of signboard of "CLOSED-TO-TRAFFIC EXCEPT SPECIFIED DIRECTION", not the place of signboard of "NO RIGHT/LEFT-HAND TURN". In the left figure, direct advance and left-hand turn are allowed. Therefore, the link column regulation of NO RIGHT-HAND TURN is stored as the red arrow head. |
(2) Example of special link column regulation
There is the case that the direction from A to C is not allowed, but the direction from B to C is allowed (Actually, the direction from A to C is considered as direct advance, and not allowed). In this case, if simply entering NO RIGHT-HAND TURN from E to C disables travel from B to C. Therefore, store the link column regulation as A⇒E⇒C. Then travel of B⇒E⇒C is enabled with no confliction. |