基于VB+MO 的重慶交通大學校園查詢導航系統(tǒng)開發(fā)
|
資料類別
|
化工建筑畢業(yè)論文(設計) |
|
課程(專業(yè))
|
地理信息系統(tǒng) |
關鍵詞
|
GIS軟件二次開發(fā)|校園導航|軟件開發(fā)模塊|數(shù)據(jù)處理|數(shù)據(jù)拓撲建立 |
適用年級
|
大學 |
身份要求
|
普通會員 |
金 幣
|
40 。金幣如何獲得?) |
文件格式
|
word |
文件大小
|
979K |
發(fā)布時間
|
2012-12-25 21:01:00 |
預覽文件
|
無 |
下載次數(shù)
|
1 |
發(fā)布人 |
fei62008 |
內(nèi)容簡介:
基于VB+MO 的重慶交通大學校園查詢導航系統(tǒng)開發(fā),共87頁,21844字。
目錄
摘 要 I
ABSTRACT II
第1章 緒論 1
1.1 研究背景與意義 1
1.2 GIS軟件二次開發(fā)簡述 1
1.3 GIS軟件二次開發(fā)模式 1
1.3.1 獨立開發(fā)模式 1
1.3.2 單純二次開發(fā)模式 1
1.3.3 宿主式二次開發(fā)模式 1
1.3.4 集成二次開發(fā)模式 2
1.4 GIS軟件二次開發(fā)的思路與方法 3
第2章 校園導航系統(tǒng)系統(tǒng)設計 4
2.1 Visual Basic開發(fā)平臺概述 4
2.2 Visual Basic 6.0 功能簡介[11] 4
2.2.1 可視化 4
2.2.2 面向對象 4
2.2.3 事件驅動 4
2.2.4 沿用結構化的程序設計的思想 5
2.2.5 易學易用的集成開發(fā)環(huán)境 5
2.2.6 Visual Basic支持多種數(shù)據(jù)庫的訪問 5
2.3 MapObjects組件簡述 5
2.4 MapObjects2.4基本功能簡介 5
2.5需求和約束條件 7
2.6系統(tǒng)功能和結構設計 7
2.6.1 功能劃分與結構設計 7
2.6.2 功能詳細介紹 8
2.7數(shù)據(jù)處理與組織 9
2.7.1 數(shù)據(jù)提取 10
2.7.2 數(shù)據(jù)(粗)檢查 11
2.7.3 數(shù)據(jù)(精)檢查 11
2.7.4 屬性添加 11
第3章 系統(tǒng)實現(xiàn) 13
3.1 詳細設計及編碼實現(xiàn) 13
3.1.1 登陸窗體模塊設計及實現(xiàn) 13
3.1.2 空間顯示模塊設計及實現(xiàn) 15
3.2 查詢模塊的設計及實現(xiàn) 22
3.2.1 空間實體查詢 22
3.2.2 空間物體屬性查詢 25
3.2.3 最短路徑查詢 29
3.2.4 空間分析模塊的設計及實現(xiàn) 36
第4章 結論與展望 39
小 結 40
致 謝 41
參考文獻 42
摘要
GIS軟件二次開發(fā)總體上可以分為4種開發(fā)模式:獨立開發(fā)、單純二次開發(fā)、集成二次開發(fā)、宿主式二次開發(fā)。GIS組件的集成二次開發(fā)逐漸成為GIS應用系統(tǒng)開發(fā)的主流開發(fā)模式。組件式GIS的基本內(nèi)容是把GIS的各大功能模塊劃分為幾個控件,每個控件完成不同的功能。各個GIS控件之間,以及GIS控件與其他非GIS控件之間,可以方便地通過可視化的軟件開發(fā)工具集成起來,形成最終的GIS應用。
校園多媒體導航系統(tǒng)為一般應用型地理信息系統(tǒng),以校園的權屬地物為工作對象,進行定位、地圖索引、圖層控制、按比例尺顯示、空間實體及屬性查詢、緩沖區(qū)分析、最短路徑查詢和導航等功能。其充分應用GIS軟件圖層控制技術,建立相關拓撲關系,進而實現(xiàn)相關功能。此次校園導航系統(tǒng)的開發(fā)工作分為兩個部分,軟件開發(fā)模塊,數(shù)據(jù)處理和數(shù)據(jù)庫建立模塊。軟件開發(fā)模塊著重于各功能模塊的設計與實現(xiàn),數(shù)據(jù)處理分為兩個板塊,結合MapGIS6.7,ArcGIS9.2對建筑物和道路系統(tǒng)的獨立矢量化,數(shù)據(jù)庫建立包括數(shù)據(jù)提取,數(shù)據(jù)粗檢查,數(shù)據(jù)精檢查和屬性添加。最后進行兩板塊的數(shù)據(jù)整合。
關鍵詞:GIS軟件二次開發(fā),校園導航,軟件開發(fā)模塊,數(shù)據(jù)處理,數(shù)據(jù)拓撲建立
ABSTRACT
GIS software secondary development in general can be divided into four kinds of development models: the independent development, the purely secondary development, integrating development, and the secondary development of the host. Gradually the GIS software secondary development has been becoming the mainstream development model. The substance of component-based GIS is to divide the functional models into several controls which have their different function. Each GIS component, as well as GIS control with the other non-GIS components, can be easily integrated by the visualized software development tools together to form the final GIS applications.
In general, Campus Multimedia Navigation System is an application of Geographic Information Systems, whose object is the ownership of surface features of the campus to finish its positioning, map index, layer control, the scale display, spatial entity and attribute query, buffer analysis, the shortest path query and navigation functions, etc.
Campus Multimedia Navigation System applies the GIS software layer control technology to establish a topological relationship, and thus to realize the relevant functions. The development of the Campus Navigation System contains two parts: software development module and data processing and database construction module. The software development module focuses on the design and implementation of each functional module, while the data processing is divided into two sections which are combined with Mapgis6.7, ArcGIS 9.2 on the independent vector of buildings and the road system and the database construction module includes data extraction, data check roughly and meticulously . Finally, the author conducts the integration between the two modules.
KEYWORD: the GIS Secondary development, the Campus Navigation System, software development module, data processing module, data base construction module
第1章 緒論
1.1 研究背景與意義
隨著經(jīng)濟的飛速發(fā)展,技術的日新月異,地理信息系統(tǒng)扮演著越來越重要的角色,尤其是以GIS與數(shù)據(jù)庫相結合起來[1],在新的時代下,體現(xiàn)了極大的優(yōu)勢,發(fā)揮了極大的作用。以空間數(shù)據(jù)為基礎的地理信息系統(tǒng)(GIS)作為獲取、整理、分析和管理空間數(shù)據(jù)的重要工具、技術和學科,近年來得到了廣泛關注和迅猛發(fā)展。此校園導航系統(tǒng)通過對GIS的應用可以推廣GIS的應用范圍,促進GIS在多領域、多層次的發(fā)展[2]。
1.2 GIS軟件二次開發(fā)簡述
從GIS軟件開發(fā)的角度來考察,國外對GIS開發(fā)的研究主要集中在GIS基礎軟件架構和技術方面,基本不涉及二次開發(fā);國內(nèi)除幾家實力較強的平臺級GIS開發(fā)商之外主要都進行二次開發(fā),但是都主要致力于具體項目的開發(fā)實施,采取基于GIS組件的傳統(tǒng)集成二次開發(fā)方式。在國內(nèi)外的多種GIS基礎軟件當中,美國環(huán)境研究所(ESRI)的ArcGIS在市場上占有較大份額,國內(nèi)70%以上的大型GIS系統(tǒng)都采用該平臺[3]。
......
相關說明:
1. 如您下載的資料不止一份,建議您注冊成為本站會員。會員請登錄后下載。
2. 會員購買金幣50元以下,0.7元/個,50元以上,0.5元/個。具體請看:下載與付款。
3. 會員48小時內(nèi)下載同一文件,不重復扣金幣。
4. 下載后請用WinRAR或 WinZIP解壓縮后使用。
5. 如仍有其他下載問題,請看常見問題解答。
下載地址:
|
|
相關畢業(yè)論文(設計) |
|
推薦畢業(yè)論文(設計) |
|
|
|
|