基于gis的市政設(shè)施管理系統(tǒng).doc
基于gis的市政設(shè)施管理系統(tǒng),基于gis的市政設(shè)施管理系統(tǒng)摘 要基于gis的施政設(shè)施管理系統(tǒng)采用了以c#為前臺(tái),sql server 2000為后臺(tái)的設(shè)計(jì)方法,具體實(shí)現(xiàn)了電子地圖的控制功能,市政設(shè)施數(shù)據(jù)管理功能和系統(tǒng)維護(hù)功能。本文詳細(xì)論述了系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)的過程,包括系統(tǒng)的需求分析,概念設(shè)計(jì),邏輯設(shè)計(jì),應(yīng)用程序設(shè)計(jì)和主程序的調(diào)試和試運(yùn)行情況,最后介...
內(nèi)容介紹
此文檔由會(huì)員 lzymzgq 發(fā)布基于GIS的市政設(shè)施管理系統(tǒng)
摘 要
基于GIS的施政設(shè)施管理系統(tǒng)采用了以C#為前臺(tái),SQL Server 2000為后臺(tái)的設(shè)計(jì)方法,具體實(shí)現(xiàn)了電子地圖的控制功能,市政設(shè)施數(shù)據(jù)管理功能和系統(tǒng)維護(hù)功能。
本文詳細(xì)論述了系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)的過程,包括系統(tǒng)的需求分析,概念設(shè)計(jì),邏輯設(shè)計(jì),應(yīng)用程序設(shè)計(jì)和主程序的調(diào)試和試運(yùn)行情況,最后介紹了本系統(tǒng)的使用說明。在需求分析中著重介紹了系統(tǒng)的功能設(shè)置及系統(tǒng)的數(shù)據(jù)流程圖和數(shù)據(jù)字典。實(shí)體及其之間關(guān)系模型的設(shè)計(jì)即概念設(shè)計(jì)和邏輯設(shè)計(jì)也在本文中進(jìn)行了詳細(xì)的說明。在系統(tǒng)的應(yīng)用程序設(shè)計(jì)中,敘述了系統(tǒng)的主窗口界面和各部分的功能模塊的設(shè)計(jì)思想及實(shí)現(xiàn)的方法。系統(tǒng)程序調(diào)試章節(jié)中敘述了在調(diào)試中遇到的問題和解決的方法。
關(guān)鍵詞 GIS; 市政設(shè)施; 管理系統(tǒng)
Management System Of Municipal Facilities Based On GIS
Abstract
This dissertation introduces the course of design of Management system of municipal facilities based on GIS, included of requirement analyse, conception design, logic design, application design, main program debugging and running test of main program, in the end, it introduces the using explain of the system. In the paragraph of requirement analyse, it particularly introduces general situation of system, function setting, collectivity target, structure of main system and subsystem, data flow chart and data dictionary of system. Conception design and logic design which aim at data design for this system, explain the designs of all kinds of information tables. In the part of application design, at first it introduces a software and modules for developing this system, then the main window and function of every part in the window, in the end it explains design idea and method of functions in every subsystem, there are also some code for that. The paragraph of program debugging and running describes some debugging problems and how to deal with them, and show the running status in function test.
Key Words GIS; Municipal facilities; Management system
目 錄
緒 論 1
1 基于GIS的市政設(shè)施管理系統(tǒng)的需求分析 3
1.1 系統(tǒng)概況 3
1.2 系統(tǒng)功能說明 3
1.3 系統(tǒng)總體達(dá)到的目標(biāo) 6
1.4 系統(tǒng)總體結(jié)構(gòu)和子系統(tǒng)結(jié)構(gòu) 6
1.4.1 系統(tǒng)總體結(jié)構(gòu) 6
1.4.2 子系統(tǒng)結(jié)構(gòu) 6
1.5 系統(tǒng)的數(shù)據(jù)流程圖和數(shù)據(jù)字典 10
1.6 系統(tǒng)的軟硬件支持環(huán)境 12
2 基于GIS的市政設(shè)施管理系統(tǒng)的概念設(shè)計(jì) 12
3 基于GIS的市政設(shè)施管理系統(tǒng)的邏輯設(shè)計(jì) 13
4 基于GIS的市政設(shè)施管理系統(tǒng)的應(yīng)用程序設(shè)計(jì) 15
4.1 相關(guān)軟件介紹 15
4.2 主窗口設(shè)計(jì) 16
4.3 功能模塊設(shè)計(jì) 17
4.3.1 電子地圖控制子系統(tǒng)功能模塊設(shè)計(jì) 17
4.3.2 電子地圖顯示子系統(tǒng)功能模塊設(shè)計(jì) 20
4.3.3 電子地圖輸出子系統(tǒng)功能模塊設(shè)計(jì) 20
4.3.4 查詢子系統(tǒng)功能模塊設(shè)計(jì) 21
4.3.5 數(shù)據(jù)修改子系統(tǒng)功能模塊設(shè)計(jì) 22
4.3.6 幫助子系統(tǒng)功能模塊設(shè)計(jì) 26
4.3.7 其他功能模塊設(shè)計(jì)—系統(tǒng)維護(hù)功能模塊 26
5 系統(tǒng)程序調(diào)試與試運(yùn)行情況 27
6 系統(tǒng)的使用說明 34
結(jié)論 35
致謝 36
主要參考文獻(xiàn) 37
外文資料翻譯 37
TA們正在看...
- 行業(yè)扶貧政策宣傳手冊(cè).doc
- 行業(yè)指南:快速消費(fèi)品行業(yè)求職指南.doc
- 行業(yè)電子商務(wù)網(wǎng)站發(fā)展方式探討.doc
- 行為主義、認(rèn)知主義、建構(gòu)主義學(xué)習(xí)理論的知識(shí)觀、...doc
- 行為習(xí)慣、學(xué)習(xí)習(xí)慣十方面.doc
- 行為習(xí)慣養(yǎng)成在幼兒教育中的作用.doc
- 行為心理學(xué)集錦,教你如何看透一個(gè)人的內(nèi)心.doc
- 行為金融學(xué)對(duì)投資行為的影響.doc
- 行為面試法star與實(shí)例.doc
- 行列式的計(jì)算方法課堂講解版.doc