跳至主要内容

Connector

Connector 在 Segment 之間創建物理連接。

Geometry TypePoint
Themetransportation
Typeconnector

Connector 通過定義兩個或多個 Segment 之間的物理連接點,幫助確定交通網絡的拓撲結構。

除了它們的點幾何和所有 Overture 特性所需的核心屬性外,Connector 沒有其他屬性。

架構

Loading ....

範例

{
"id": "overture:transportation:connector:example",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
},
"properties": {
"theme": "transportation",
"type": "connector",
"version": 0
}
}