Class RnIntersectionEx.CenterLineGraph
交差点内で各道路への中央ラインを通る経路グラフ
Inheritance
System.Object
RnIntersectionEx.CenterLineGraph
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.RoadNetwork.Structure
Assembly: cs.temp.dll.dll
Syntax
public class CenterLineGraph
Properties
CenterLines
Key : 起点となるRnRoadBase(交差点に接続している道路) Value : (Key : 終点となるRnRoadBase(交差点に接続している道路), Value : 経路)
Declaration
public Dictionary<RnRoadBase, Dictionary<RnRoadBase, RnWay>> CenterLines { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<RnRoadBase, Dictionary<RnRoadBase, RnWay>> |
Nodes
中央ラインの各点
Declaration
public List<RnIntersectionEx.CenterLineGraph.SiteNode> Nodes { get; }
Property Value
| Type | Description |
|---|---|
| List<RnIntersectionEx.CenterLineGraph.SiteNode> |