[C-SAE] MAP消息解析及格式说明

该数据描述了一个交通网络中的节点,包括节点ID、地理位置、上游连接节点及其车道信息。节点230位于区域1,经度1220191192,纬度306601219。它有两个入链接,分别由节点235和236提供,每个链接包含多个车道和连接到不同路口的信息。
摘要由CSDN通过智能技术生成

1. 消息内容

<MessageFrame>
    <mapFrame>
        <msgCnt>0</msgCnt>
        <nodes>
            <Node>
                <id>
                    <region>1</region>
                    <id>230</id>
                </id>
                <refPos>
                    <lat>306601219</lat>
                    <long>1220191192</long>
                </refPos>
                <inLinks>
                    <Link>
                        <upstreamNodeId>
                            <region>1</region>
                            <id>235</id>
                        </upstreamNodeId>
                        <laneWidth>350</laneWidth>
                        <lanes>
                            <Lane>
                                <laneID>1</laneID>
                                <maneuvers>
                                    110000000000
                                </maneuvers>
                                <connectsTo>
                                    <Connection>
                                        <remoteIntersection>
                                            <region>1</region>
                                            <id>231</id>
                                        </remoteIntersection>
                                        <phaseId>6</phaseId>
                                    </Connection>
                                    <Connection>
                                        <remoteIntersection>
                                            <region>1</region>
                                            <id>232</id>
                                        </remoteIntersection>
                                        <phaseId>5</phaseId>
                                    </Connection>
                                </connectsTo>
                                <points>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220178298</lon>
                                                    <lat>306600322</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220174789</lon>
                                                    <lat>306599884</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220172042</lon>
                                                    <lat>306598777</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220171051</lon>
                                                    <lat>306598059</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                </points>
                            </Lane>
                            <Lane>
                                <laneID>2</laneID>
                                <maneuvers>
                                    100000000000
                                </maneuvers>
                                <connectsTo>
                                    <Connection>
                                        <remoteIntersection>
                                            <region>1</region>
                                            <id>233</id>
                                        </remoteIntersection>
                                        <phaseId>6</phaseId>
                                    </Connection>
                                </connectsTo>
                                <points>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220185623</lon>
                                                    <lat>306601104</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220179748</lon>
                                                    <lat>306600646</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220173568</lon>
                                                    <lat>306599941</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>1220170440</lon>
                                                    <lat>306597889</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                </points>
                            </Lane>
                        </lanes>
                    </Link>
                    <Link>
                        <upstreamNodeId>
                            <region>1</region>
                            <id>236</id>
                        </upstreamNodeId>
                        <laneWidth>350</laneWidth>
                        <lanes>
                            <Lane>
                                <laneID>3</laneID>
                                <maneuvers>
                                    100000000000
                                </maneuvers>
                                <connectsTo>
                                    <Connection>
                                        <remoteIntersection>
                                            <region>1</region>
                                            <id>234</id>
                                        </remoteIntersection>
                                        <phaseId>14</phaseId>
                                    </Connection>
                                </connectsTo>
                                <points>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>0</lon>
                                                    <lat>0</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>0</lon>
                                                    <lat>0</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>0</lon>
                                                    <lat>0</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                    <RoadPoint>
                                        <posOffset>
                                            <offsetLL>
                                                <position-LatLon>
                                                    <lon>0</lon>
                                                    <lat>0</lat>
                                                </position-LatLon>
                                            </offsetLL>
                                        </posOffset>
                                    </RoadPoint>
                                </points>
                            </Lane>
                        </lanes>
                    </Link>
                </inLinks>
            </Node>
        </nodes>
    </mapFrame>
</MessageFrame>
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值