网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 设计图标 Ppt模板 Flash素材 PSD素材 JS代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

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

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

【编者按】:网学网其他类别为您提供基于WebGIS的管线资源管理系统的设计与实现参考,解决您在基于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的管线资源管理系统的设计与实现......
  • 上一篇资讯: [其他类别]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号