一種用于實時跟蹤和道路優(yōu)化的網(wǎng)絡(luò)GIS解決方案
本文選題:一種 + 用于; 參考:《武漢大學(xué)》2017年碩士論文
【摘要】:近年來隨著互聯(lián)網(wǎng)技術(shù)的飛速發(fā)展,使用瀏覽器來訪問互聯(lián)網(wǎng)上的地理空間數(shù)據(jù)的需求大大增加。以局域網(wǎng)絡(luò)為基礎(chǔ)的傳統(tǒng)地理信息系統(tǒng)無法滿足互聯(lián)網(wǎng)時代的需要。地理信息系統(tǒng)的用戶數(shù)量以及應(yīng)用領(lǐng)域有了顯著的增長。如今,企業(yè)公司要面臨復(fù)雜的事務(wù),特別是在車輛跟蹤領(lǐng)域。因此,有必要認識到,車隊管理員采用諸如WEB GIS和遠程信息處理等新的解決方案比幾年前有著更好的可控性。這項工作的研究目的是調(diào)研影響GIS領(lǐng)域的網(wǎng)絡(luò)技術(shù),設(shè)計一個可擴展的WEB GIS車輛實時跟蹤及其路(?)優(yōu)化的架構(gòu)模型。本工作采用的方法是將WEB GIS跟蹤和道路優(yōu)化設(shè)計為子模塊,每個模塊在不同的平臺上獨立研究和實現(xiàn)。第一個模塊是網(wǎng)絡(luò)映射;該服務(wù)允許通過集成本地空間數(shù)據(jù)庫服務(wù)器來管理空間數(shù)據(jù);該模塊通過WMS,WFS和WPS服務(wù)提供對空間數(shù)據(jù)的可互操作訪問,符合WEB GIS和OGC標準的要求。第二個模塊是車輛跟蹤及其管理模塊,該模塊在開源軟件OpenGTS上實現(xiàn);該模塊實現(xiàn)GPS事件的跟蹤。該軟件的編程語言為java;設(shè)計原則是打破其架構(gòu),并使用新的Web服務(wù)架構(gòu)將其所有功能進行包裝作為服務(wù)發(fā)布,并開發(fā)一個用于從完全不同的python平臺為車輛管理開發(fā)OpenGTS提供的功能的場景。目標是通過空間和非空間數(shù)據(jù)傳輸,以及通過管理兩個平臺之間的互操作來調(diào)用過程。以透明的方式將這種集成到統(tǒng)一的架構(gòu)中。XML-RPC允許兩個或多個使用不同語言或平臺下開發(fā)實現(xiàn)的Web GIS組件共享數(shù)據(jù)和操作。XML-RPC用于收集我們的Web GIS組件,并使用XML數(shù)據(jù)解決互操作性和服務(wù)調(diào)用問題。該WEBGIS架構(gòu)還著重推出定制服務(wù)以改進車輛路(?),實現(xiàn)最短路徑優(yōu)化,該方法使用基于圖論理論領(lǐng)域的Dijkstra算法模型。Dijkstra算法已被用來從想要執(zhí)行路(?)選擇優(yōu)化的兩個位置實現(xiàn)基于邊長的最短路徑選擇,使用XML通過http協(xié)議將POST-WPS請求發(fā)送到地理服務(wù)器;服務(wù)器接收查詢請求,并在XML響應(yīng)中返回feature列表;從該響應(yīng)中可以提取數(shù)據(jù)以此構(gòu)建Dijkstra算法路由表。數(shù)據(jù)結(jié)果是連續(xù)節(jié)點的列表,將用于傳遞向量表示,并在地圖容器中作為路徑進行顯示?傊,該WEB GIS系統(tǒng)研究成果并不局限于車輛跟蹤功能或嚴格依賴于某平臺,通過XML-RPC接口可以將其集成到任何的組織基礎(chǔ)架構(gòu)中,并通過XML文件以透明的方式實現(xiàn)數(shù)據(jù)和操作的互操作。
[Abstract]:In recent years, with the rapid development of Internet technology, the need to use browsers to access geospatial data on the Internet has increased greatly. The traditional geographic information system based on local area network can not meet the needs of the Internet era. There has been a significant increase in the number of users and applications of GIS. Today, companies face complex business, especially in the area of vehicle tracking. Therefore, it is necessary to realize that new solutions such as Web GIS and remote information processing are more controllable than they were a few years ago. The purpose of this work is to investigate the network technology that affects GIS, and to design an extensible Web GIS vehicle real-time tracking and road tracking. Optimized architecture model. The method used in this work is to design Web GIS tracking and road optimization as sub-modules, and each module is independently studied and implemented on different platforms. The first module is network mapping, which allows spatial data to be managed by integrating local spatial database servers. The module provides interoperable access to spatial data through WMSWFS and WPS services, which meet the requirements of Web GIS and OGC standards. The second module is the vehicle tracking and its management module, which is implemented on the open source software OpenGTS, and realizes the GPS event tracking. The software's programming language is java; the design principle is to break its architecture and use the new Web services architecture to wrap all of its functionality as a service distribution. Develop a scenario for developing OpenGTS functionality for vehicle management from a completely different python platform. The goal is to transfer both spatial and non-spatial data, and to invoke procedures by managing interoperability between the two platforms. Integrating this in a transparent manner into a unified architecture .XML-RPC allows two or more Web GIS components developed and implemented in different languages or platforms to share data and manipulate .XML-RPC to collect our Web GIS components. And use XML data to solve interoperability and service invocation problems. The WEBGIS architecture also emphasizes the introduction of customized services to improve vehicle routing and achieve shortest path optimization. The method uses Dijkstra algorithm model based on graph theory. Dijkstra algorithm has been used from the desired execution route. Selecting the optimized two locations to realize the shortest path selection based on the side length, sending the POST-WPS request to the geographic server through http protocol, the server receives the query request, and returns the feature list in the XML response. The data can be extracted from the response to construct the routing table of Dijkstra algorithm. The data result is a list of consecutive nodes, which will be used to represent the transfer vector and be displayed as a path in the map container. In a word, the research results of this Web GIS system are not limited to the vehicle tracking function or are strictly dependent on a certain platform, but can be integrated into any organization infrastructure through the XML-RPC interface. And through the XML file in a transparent way to achieve data and operation interoperability.
【學(xué)位授予單位】:武漢大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:P208;U495
【相似文獻】
相關(guān)期刊論文 前10條
1 曹學(xué)寶;馮艷芬;;面向空間數(shù)據(jù)倉庫的空間數(shù)據(jù)集成研究[J];測繪與空間地理信息;2003年04期
2 劉瑜,張毅,鄔倫;空間數(shù)據(jù)工程理論框架研究[J];地理與地理信息科學(xué);2003年01期
3 李曉印,張友順,楊昕,劉愛利;空間數(shù)據(jù)的“無紙化”管理探討[J];國土資源科技管理;2004年02期
4 ;《空間數(shù)據(jù)系統(tǒng)》[J];航天器工程;2005年01期
5 陳俊杰,鄒友峰;GIS空間數(shù)據(jù)質(zhì)量評價軟件設(shè)計探討[J];礦山測量;2005年03期
6 洪志全,葉琳,辛俊,張于峰;GIS空間數(shù)據(jù)索引技術(shù)研究與實現(xiàn)[J];物探化探計算技術(shù);2005年01期
7 胡圣武;張光勝;王宏濤;;空間數(shù)據(jù)建庫研究[J];地球科學(xué)與環(huán)境學(xué)報;2007年02期
8 李偉芬;丁靜;苗卿;;空間數(shù)據(jù)多尺度研究綜述[J];電腦知識與技術(shù)(學(xué)術(shù)交流);2007年13期
9 王慶光;;GIS空間數(shù)據(jù)質(zhì)量研究[J];水利科技與經(jīng)濟;2007年05期
10 丁濱;夏洪山;;GIS空間數(shù)據(jù)索引技術(shù)研究[J];江蘇航空;2007年04期
相關(guān)會議論文 前10條
1 汪建光;;空間數(shù)據(jù)自動批處理技術(shù)研究[A];2009全國測繪科技信息交流會暨首屆測繪博客征文頒獎?wù)撐募痆C];2009年
2 楊成韞;榮芳;彭子風(fēng);;基于客戶/服務(wù)器結(jié)構(gòu)的空間數(shù)據(jù)分布式處理研究[A];新世紀 新機遇 新挑戰(zhàn)——知識創(chuàng)新和高新技術(shù)產(chǎn)業(yè)發(fā)展(上冊)[C];2001年
3 陳良剛;王海兵;王宇君;施伯樂;;基于約束的空間數(shù)據(jù)查詢[A];第十七屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(研究報告篇)[C];2000年
4 陳犖;劉云翔;唐宇;景寧;;基于優(yōu)先圖的空間數(shù)據(jù)應(yīng)用服務(wù)鏈建模方法[A];第二十屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(研究報告篇)[C];2003年
5 杜紅悅;宮輝力;馮克忠;賈建坤;權(quán)忠生;;應(yīng)急救災(zāi)空間數(shù)據(jù)中心建設(shè)技術(shù)與策略研究[A];第十七屆中國遙感大會摘要集[C];2010年
6 李諾夫;黎雷;;網(wǎng)絡(luò)環(huán)境下空間數(shù)據(jù)的管理[A];地理空間信息技術(shù)與應(yīng)用——中國科協(xié)2002年學(xué)術(shù)年會測繪論文集[C];2002年
7 劉新貴;黃雅娟;;空間數(shù)據(jù)網(wǎng)絡(luò)化獲取與管理初探[A];中國地理信息系統(tǒng)協(xié)會第三次代表大會暨第七屆年會論文集[C];2003年
8 廖佳;;基礎(chǔ)空間數(shù)據(jù)生命周期管理[A];地理空間信息技術(shù)及其應(yīng)用論壇論文集[C];2005年
9 葉榮青;吳曉玲;;福建省基礎(chǔ)空間數(shù)據(jù)管理技術(shù)研究[A];第四屆海峽兩岸GIS發(fā)展研討會暨中國GIS協(xié)會第十屆年會論文集[C];2006年
10 方金云;;空間數(shù)據(jù)虛擬化的實現(xiàn)技術(shù)研究[A];中國地理信息系統(tǒng)協(xié)會第九屆年會論文集[C];2005年
相關(guān)重要報紙文章 前10條
1 寧津生 陳軍 晁定波;空間數(shù)據(jù)質(zhì)量的主要內(nèi)涵[N];中國測繪報;2002年
2 李豐丹;“國家地質(zhì)空間數(shù)據(jù)網(wǎng)格服務(wù)系統(tǒng)”獲發(fā)明專利[N];中國礦業(yè)報;2009年
3 記者 胡其峰;多項空間數(shù)據(jù)成果向社會開放[N];光明日報;2013年
4 孫昭榮;GIS圖窮數(shù)字見[N];中國計算機報;2002年
5 寧津生 陳軍 晁定波;空間數(shù)據(jù)的質(zhì)量控制方法[N];中國測繪報;2002年
6 劉榮梅;中國1∶100萬地質(zhì)圖空間數(shù)據(jù)實現(xiàn)國際共享[N];中國國土資源報;2014年
7 陳拂曉;空間數(shù)據(jù):“數(shù)字城市”建設(shè)的基礎(chǔ)[N];中國計算機報;2002年
8 王東華邋羅建軍;美國空間數(shù)據(jù)一站式服務(wù)系統(tǒng)[N];中國測繪報;2007年
9 深圳商報記者 董超文;一部手機將可“裝”下一座城市[N];深圳商報;2006年
10 中國工程院院士 劉先林;航測為智慧城市建設(shè)提供空間數(shù)據(jù)[N];中國信息化周報;2014年
相關(guān)博士學(xué)位論文 前10條
1 劉義;大規(guī)?臻g數(shù)據(jù)的高性能查詢處理關(guān)鍵技術(shù)研究[D];國防科學(xué)技術(shù)大學(xué);2013年
2 范建永;基于Hadoop的云GIS若干關(guān)鍵技術(shù)研究[D];解放軍信息工程大學(xué);2013年
3 馬伯寧;空間數(shù)據(jù)多尺度建模關(guān)鍵技術(shù)研究[D];國防科學(xué)技術(shù)大學(xué);2014年
4 劉偉;基于地理本體的空間數(shù)據(jù)服務(wù)發(fā)現(xiàn)與集成[D];中國礦業(yè)大學(xué);2010年
5 陳曉斌;基于網(wǎng)格中間件的空間數(shù)據(jù)訪問與集成技術(shù)[D];解放軍信息工程大學(xué);2012年
6 李世明;林業(yè)空間數(shù)據(jù)平臺技術(shù)的應(yīng)用示范研究[D];中國林業(yè)科學(xué)研究院;2008年
7 郭加樹;空間數(shù)據(jù)倉的構(gòu)建及應(yīng)用[D];中國石油大學(xué);2007年
8 桑永勝;空間數(shù)據(jù)分析的神經(jīng)計算方法[D];電子科技大學(xué);2010年
9 劉丹;對等計算環(huán)境中的空間數(shù)據(jù)查詢定位研究[D];武漢大學(xué);2011年
10 胡茂勝;基于數(shù)據(jù)中心模式的分布式異構(gòu)空間數(shù)據(jù)無縫集成技術(shù)研究[D];中國地質(zhì)大學(xué);2009年
相關(guān)碩士學(xué)位論文 前10條
1 張明佳;空間數(shù)據(jù)地圖模型的原型設(shè)計[D];中國地質(zhì)大學(xué)(北京);2015年
2 于海濤;基于AE的油氣田地理信息系統(tǒng)的設(shè)計與實現(xiàn)[D];中國地質(zhì)大學(xué)(北京);2015年
3 付悅?cè)A;基于概念格的空間數(shù)據(jù)規(guī)則提取[D];江西理工大學(xué);2015年
4 項天宋;非洲綜合資源環(huán)境信息空間可視化系統(tǒng)設(shè)計與應(yīng)用研究[D];福建師范大學(xué);2015年
5 梁杰超;空間數(shù)據(jù)的訪問控制技術(shù)研究[D];浙江大學(xué);2015年
6 崔洪博;重慶配電網(wǎng)基礎(chǔ)地理信息系統(tǒng)設(shè)計與實現(xiàn)[D];電子科技大學(xué);2015年
7 黃正中;空間環(huán)境數(shù)據(jù)處理及可視化交互技術(shù)研究[D];電子科技大學(xué);2014年
8 李青巖;Android下的移動空間數(shù)據(jù)存取方法研究[D];江西理工大學(xué);2015年
9 何拴;基于ArcGIS的黑河中游水資源信息化平臺研究[D];蘭州大學(xué);2015年
10 李真;海防雷達實訓(xùn)數(shù)據(jù)管理系統(tǒng)的設(shè)計與實現(xiàn)[D];大連海事大學(xué);2015年
,本文編號:2005621
本文鏈接:http://sikaile.net/kejilunwen/daoluqiaoliang/2005621.html