地下管线管理信息系统设计与实现(江苏大学计算机专业本科毕业论文).doc
《地下管线管理信息系统设计与实现(江苏大学计算机专业本科毕业论文).doc》由会员分享,可在线阅读,更多相关《地下管线管理信息系统设计与实现(江苏大学计算机专业本科毕业论文).doc(62页珍藏版)》请在三一办公上搜索。
1、J I A N G S UU N I V E R S I T Y本科毕业论文 地下管线管理信息系统设计与实现 Design and Implementation for the Underground Pipeline Information System学院名称:专业班级:学生姓名:指导教师姓名:指导教师职称:006年月江苏大学毕业论文地下管线管理信息系统设计与实现专业班级:指导教师:学生姓名:职称:摘要 随着现代城市的发展,地下管线已成为人民生活和经济活动的命脉,也成为城市赖以生存和发展的物质基础。本文对国内外地理信息系统技术和管线信息系统的特点进行了综述,分析了系统的开发模式和实现技术,
2、确定了二次开发的控件和算法,并设计实现了城市地下管线信息系统。本文的主要工作包括:(1)分析了地下管线信息系统的特点以及与地理信息系统的关系,在比较分析三种开发模式和两种流行的 GIS 开发平台的基础上,结合 ComGIS 的特点和原理,基于 MapObjects 进行二次开发形成了一套拓展的 GIS 控件。(2)分析了管线数据的特点,设计了城市地下管网信息系统数据编码和管线数据组织的模型;阐述了地理信息系统中网络分析的概念及常规网络分析的解决方案,论述了事故分析、最短路径分析、缓冲区分析和纵横断面分析流程的方法,采用深度优先遍历方法实现 Dijkstra 算法。(3)分析和提出了地下管线的信
3、息编码和属性数据库的设计方案,对管线信息的空间分析手段作了深入的探讨;在此基础上,运用 MapObjects 作为二次开发控件,以 ComGIS 为基础对地下管线信息系统项目进行了详尽的方案设计,实现数据输入、属性查询、空间分析、图形输出、系统维护等多方面功能。系统在一定程度上解决了目前大多数系统的数据格式单一、数据互操作性不强,或在数据格式转化中常常出现数据丢失、错误改变等问题,实现了比较完备的管线空间数据与属性数据编辑及维护功能。(4) 采用 C/S 模式,设计和实现了城市地下管网信息系统,并对系统实现中的几个关键问题,给出了解决方法。关键词:地下管线,地理信息系统,数据库,三维可视化,
4、C/S 模式2江苏大学毕业论文Design and Implementation forthe Underground Pipeline Information SystemAbstract Along with the urban development, underground pipeline has become thelive vein of the people and the economic activities, also become the material base ofurban survival and development. This paper gives a
5、 review on the development of GISand an analysis on the characteristics of currently popular GIS platform, analysis of thesystem development pattern and the implement technology, also, determines controls andalgorithms for quadratic development. Main content introduced in this paper includes:After a
6、nalyzing the special demand of Pipeline Information System (PIS), based onthe comparative conclusions among three different development modes of GIS, and twopopular GIS platforms, with the characteristic of the COMGIS taken into account, acomprehensive solution based on MapObjects to construct the P
7、IS is proposed.Based on the characteristic of the pipeline data, a plan on the encoding and a dataorganization model are proposed. Especially, the concept of the geometrical network andthe relative network topology analysis are discussed. The accident analysis model, thealgorithm to find the shortes
8、t path, the buffering analysis, the flow to implement thetransect analysis are also introduced. The Dijkstra algorithm is implemented on basis ofDepth-First Traversal.The analysis is given on the design of the information encoding and the spatialdatabase. The main method used within the spatial anal
9、ysis of PIS is introduced. Thecomprehensive solution of the constructed PIS is introduced in detail. The implementedfunctions include data input, data query, spatial analysis, map output, system maintainand so on. To a certain extent, the constructed PIS makes progress in Data Integrationand System
10、Interoperation.The PIS is constructed with the C/S framework on basis of MapObjects, and producedsolutions to several key questions in system realization.Keywordsunderground pipeline, geography information system, database, C/S mode3江苏大学毕业论文目 录DESIGN AND IMPLEMENTATION FOR. I地下管线管理信息系统设计与实现 . 2第一章绪论
11、 . 11.11.21.31.4课题研究的背景与意义 . 1地下管线信息系统的现状 . 2本文研究内容 . 3论文的结构 . 4第二章 相关理论与技术基础 . 52.1 地理信息系统 . 52.1.1 地理信息系统的概念. 52.1.2 地理信息系统的结构. 52.2 地下管线系统 . 62.2.1 地下管线的概念. 62.2.2 地下管线信息系统与 GIS 的关系. 82.2.3 地下管线系统的特点. 82.3 GIS 开发模式 . 92.3.1 三种开发模式. 92.3.2 三种模式的比较. 102.4 组件式 GIS . 102.4.1 组件式 GIS 的特点. 102.4.2 组件式
12、GIS 的实现技术. 122.4.3 两种比较流行的组件式 GIS 控件. 132.4.4 MapObjects 的特点 . 15第三章地下管线信息系统分析 . 173.1 地下管线数据组织 . 173.1.1 数据分层、分幅管理. 173.1.2 属性数据编码. 173.1.3 地下管线信息系统的数据结构. 183.2 地下管线空间分析 . 213.2.1 事故分析. 213.2.2 最短路径分析. 233.2.3 缓冲区分析. 253.2.4 纵横断面分析. 273.3 数据检查 . 283.4 管线三维图形的生成 . 293.4.1 三维可视化软件 VRML . 293.4.2 地下管线
13、三维数据的提取. 29第四章地下管线信息系统的设计 . 314江苏大学毕业论文4.1 需求分析 . 314.2 系统设计 . 334.2.1 系统设计的基本原则. 334.2.2 系统的结构设计. 344.2.3 功能模块的设计. 354.2.4 数据库设计. 36第五章地下管线信息系统的实现 . 385.1 C/S 模式地下管线信息系统的网络编程 . 395.2 图形编辑操作 . 425.3 查询统计 . 445.4 空间分析 . 455.5 数据检查 . 465.6 三维显示 . 475.7 打印输出 . 475.8 安全性控制及系统维护 . 49第六章总结与展望 . 52致谢 . 53参
14、 考 文 献 . 545江苏大学毕业论文第一章绪论1.1 课题研究的背景与意义城市地下各类管线是一个城市重要的基础设施,担负着信息传输、能源输送等工作,也是城市赖以生存和发展的物质基础1,2。但由于多方面的原因,镇江市现有地下各类专业管线的资料残缺不全,且有关资料精度不高或与现状不符,造成在建设施工中时常发生挖断或挖坏地下管线,造成停气、停水、停暖、通信中断、污水四溢等严重事故,并且因为缺乏相应的事故分析能力,对事故响应时间不够及时。另一方面,现有的地下专业管线的资料都以图纸、图表等形式记录保存,采用人工方式管理,效率低下。随着时代和科学技术的发展,城市的现代化步伐日趋加快,城市建设、管理、发
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 地下 管线 管理信息系统 设计 实现 江苏 大学计算机 专业本科 毕业论文
链接地址:https://www.31ppt.com/p-4022087.html