The Streets RoadSplits (Streets_RoadSplits File Geodatabase Table) table defines where roads split off and fork into multiple streets.
This layer contains the following fields:
Field Name | Description | Values |
---|---|---|
OBJECTID | Internal feature number | Sequential unique whole numbers that are automatically generated. |
EdgeFCID | Edge Feature Class ID | The Feature Class ID corresponding to the edge element. |
EdgeFID | Edge Feature ID | The Feature ID corresponding to the edge element. The Edge Feature ID is an Esri specific ID and refers to the Object ID in the Routing_Streets layer. |
EdgeFrmPos | From Edge Position | The From position along the linear feature that represents the edge element. This allows for the usage of streets composed of multiple edge elements. |
EdgeToPos | To Edge Position | The To position along the linear feature that represents the edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch0FCID | Branch 0 Feature Class ID | The Feature Class ID corresponding to the first outgoing edge element. |
Branch0FID | Branch 0 Feature ID | The Feature ID corresponding to the first outgoing edge element. The Edge Feature ID is an Esri specific ID and refers to the Object ID in the Routing_Streets layer. |
Branch0FrmPos | From Branch 0 Position | The From position along the linear feature that represents the first outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch0ToPos | To Branch 0 Position | The To position along the linear feature that represents the first outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch1FCID | Branch 1 Feature Class ID | The Feature Class ID corresponding to the second outgoing edge element. |
Branch1FID | Branch 1 Feature ID | The Feature ID corresponding to the second outgoing edge element. The Edge Feature ID is an Esri specific ID and refers to the Object ID in the Routing_Streets layer. |
Branch1FrmPos | From Branch 1 Position | The From position along the linear feature that represents the second outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch1ToPos | To Branch 1 Position | The To position along the linear feature that represents the second outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch2FCID | Branch 2 Feature Class ID | The Feature Class ID corresponding to the third outgoing edge element. |
Branch2FID | Branch 2 Feature ID | The Feature ID corresponding to the third outgoing edge element. The Edge Feature ID is an Esri specific ID and refers to the Object ID in the Routing_Streets layer. |
Branch2FrmPos | From Branch 2 Position | The From position along the linear feature that represents the third outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |
Branch2ToPos | To Branch 2 Position | The To position along the linear feature that represents the third outgoing edge element. This allows for the usage of streets composed of multiple edge elements. |