网站导航免费论文 原创论文 最新原创 最新系统 最新研究 原创论文 获取论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 论文模板 > 计算机论文 > 正文

基于WebGIS的管线资源管理系统的设计与实现

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 15/07/31

网学网为需要计算机论文的朋友们搜集整理了基于WebGIS的管线资源管理系统的设计与实现相关资料,希望对各位网友有所帮助!

论文字数:21936,页数:62

摘要
 近十年来,随着中国移动通信业务的快速发展,移动网络的容量和规模都有了前所未有的扩张。中国移动的管线资源已经成为现代城市的重要基础设施之一。举例来说,移动通信业务的管线资源主要有:管道段、人井、杆路、吊线、电杆等。
 管线资源种类繁多,迫切需要纳入统一管理,正因如此,中国移动各地的分公司都在积极建设和推广管线资源管理系统,本课题研究的管线资源管理系统是受苏州移动公司委托开发,并预计2008年年底在江苏省内推广。
 系统搭建在WebGIS平台之上,主要的操作和交互是在2D地图上完成。客户端除了可以执行WebGIS的基本操作(包括:地图放大、缩小、还原、平移等),还能浏览和查询各类管线设施,并可以选定一批设施定位到3D地图上。
 本文将首先讨论系统实现相关的技术支撑,研究WebGIS平台的搭建和3D WebGIS的实现技术。对现存成熟的WebGIS平台的结构进行分析,在此基础上提出自己的实现架构。本课题将涉及复杂的数据库读取、用户交互等操作。文中系统设计部分,将展开描述系统实现的模块划分,并给出上述问题的解决方案。3D WebGIS是借助于Google Earth中间件实现,系统只完成模型描述文件的生成工作。所有地图数据和3D描述文件都是在客户端请求后,由服务端自动生成,并写回客户端。
 
关键词 管线资源;中间件;WebGIS;3D WebGIS

Abstract
 For the past ten years, along with the fast development of China mobile services, the mobile network''''s capacity and scale hava expanded unpredictably. Pipeline resources, such as duct segments, wells, poles, and sling segments, have already become one of the most important basic facilities in modern city.
 There are many kinds of pipeline resources. Consequently they are urgently needed to be managed in a uniform way. That''''s why most of the filiales of China Mobile are planning to construct and to promote Pipeline Resource Management System. The system under discussion is entrusted by Suzhou Mobile Filiale, and it will be applied within the entire Jiangsu Province at the end of 2008.
 The system is built on the WebGIS platform; users mostly interact with 2D maps. The client is permitted to do typical WebGIS related operations(including "zoom in", "zoom out", "revert", and "move"), besides, it can view and inquire each kind of pipeline resources, and users may choose certain facilities to locate in 3D environment.
 This paper firstly discusses the technology related to the system, and studies on WebGIS platform and implementation of 3D WebGIS. After analyzing extant WebGIS platform, a new implementation will be put forward. The article involves complex interactions with users and complicated operations of database. The system design part contains module division and solutions to these complex problems. Google Earth contributes to the 3D WebGIS implementation, acting as kind of middleware. Therefore, the system only needs to generate 3D modeling files. All the map data and 3D modeling files are produced automatically by server according to the client’s request, and will be written to the client.
 
Keywords Pipeline resources, Middleware, WebGIS, 3D WebGIS

 

目录
摘要 I
Abstract II
目录 III

第1章 绪论 1
1.1 课题的学术背景及研究意义 1
1.2 与课题相关的国内外应用状况 2
1.3 相关领域的研究进展及成果 4
1.4 课题的来源及主要研究内容 8
1.4.1 课题来源 8
1.4.2 本文研究的主要内容 8
第2章 设计思想和框架结构 9
2.1 WebGIS的设计思想 9
2.1.1 WebGIS的优势 9
2.1.2 WebGIS的研究和实现策略 9
2.1.3 WebGIS平台上管线管理系统的框架结构 13
2.1.4 中间件的应用 15
2.1.5 WebGIS数据装载的速度优化 15
2.2 3D WebGIS 16
2.2.1 概述 16
2.2.2 Google Earth的二次开发 17
2.2.3 KML概述和语法 17
2.3 客户端和服务器的协作 19
2.3.1 UseCase概述 19
2.3.2 UseCase详述 19
2.4 本章小结 27
第3章 WebGIS管线资源管理系统的设计 28
3.1 服务端代码组织 28
3.1.1 包的详细设计 29
3.1.2 类的详细设计 30
3.2 客户端设计 37
3.2.1 界面描述 37
3.2.2 ActiveX控件实现详细设计 38
3.3 本章小结 39
第4章 WebGIS管线资源管理系统的实现 40
4.1 服务端模块划分 40
4.1.1 生成地图 40
4.1.2 数据库查询 41
4.1.3 生成3D展示KML 43
4.2 客户端模块划分 44
4.2.1 交互页面 44
4.2.2 3D展示的交互 49
4.3 本章小结 52
第5章 测试及验收 53
5.1 单元测试 53
5.1.1 单元测试计划的制定 53
5.1.2 单元测试的实施 53
5.1.3 代码管理方法 54
5.2 系统测试 54
5.3 验收测试 54
5.4 本章小结 54

结论 55
参考文献 57
致谢 58

基于WebGIS的管线资源管理系统的设计与实现......
  • 上一篇资讯: Windows Server 2003中E
  • 网学推荐

  • ·【推荐参考】最新可过维普检测低于30%
  • ·【推荐】原创参考论文 原创资料
  • ·【推荐】原创参考论文导航
  • ·咨询参考QQ:3710167
  • ·咨询参考微信号:yclw90
  • ·扫一扫 加微信 咨询
  • ·我们提供原创参考论文和原创的参考资料!
  • ·很多朋友如果想要查重指导等,请沟通我们!
  • ·原创的论文资料参考省时间!
  • ·论文格式排版可以找我们!
  • ·论文答辩PPT格式排版定制!
  • ·程序和网站等UI设计定制!
  • ·程序设计定制!
  • ·网站设计定制!
  • ·UI设计定制!
  • ·程序和网站等UI设计定制!
  • ·原创参考论文参考定制!
  • 免费论文

    原创论文

    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师