面向移动应用的GIS系统研究与开发
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
管理信息系统(MIS)在各行各业得到广泛的应用。由于其处理对象主要是文本和数字等简单信息,表达形式单一,缺乏直观性和决策可视化,很难有效分析复杂的空间地理信息而成为阻碍其更广泛应用的重要原因。地理信息系统(GIS)是一种管理及研究空间数据和属性数据的信息系统。相对于MIS来说,GIS拥有丰富的空间数据分析能力,采用可视化的手段表现空间数据、拓扑关系及分析结果,其应用领域也延伸到与人们日常生活密切相关的领域。
     论文在分析GIS与MIS各自技术特点的基础上,探讨了GIS和MIS融合的可能性及融合策略。对采用混合管理模式组织和管理空间数据的GIS系统,提出采用MIS专题图层解决GIS与MIS在数据层的结合问题,并通过ActiveX组件实现二者之间的互操作。
     论文采用组件式地理信息系统软件开发技术,以可视化开发语言Microsoft Visual C++ 6.0为平台,结合ESRI公司的MapObjects2.2开发控件,设计并实现了一个基于支持移动应用的GIS应用系统——SwiftGIS。除提供地图放大、缩小、漫游、图层管理及空间查询等传统的GIS功能外,SwiftGIS还实现了车辆GPS模拟跟踪、移动定位服务、路径分析等功能以及鸟瞰、基于信息点管理的与MIS系统的结合等特色功能。
     论文除了全面、系统地介绍了SwiftGIS的体系结构、空间数据图层和功能模块的设计外,在研究国内外文献的基础上,仔细分析路径分析中道路网络数据的特点,提出一种新的路径分析道路网模型,并通过路段提取、节点分离等技术,快速生成道路网拓扑文件并构建道路拓扑网络。
     在传统的最短路径算法(即Dijstra算法)的基础上,论文采用邻接表结构存储数据,用二叉堆结构来实现路径计算过程中优先级队列的一系列操作,实现了最短路径的可视化计算。对改进后的最短路径算法进行对比实验,结果表明效果较好。
Management Information System(MIS) is applied widely. It manages ordinary information, like text, numeric, etc. MIS simply expresses data and is lack of support for visualization, decision support and decision making technology. Geographic Information System(GIS) is an information system that manages and explores data of geographic information including spatial and property data. Compared with MIS, GIS has the powerful ability of analyzing spatial data and visualization technique to express spatial data, topology relation and analysis results. The application of GIS is extended to many fields which are associated closely to our life.
     In this paper, possibility and strategy of merging about GIS and MIS is studied based on analyzing technical characteristics. For GIS which organizes and manages spatial data with mixed model, it is proposed the“MIS Subject Map”technology to eliminate the obstacles of GIS data layer linkage to MIS, and make use of ActiveX components to provide operations of one another.
     A GIS software system——SwiftGIS, based on supporting mobile application, is designed and realized using the platform of Microsoft Visual C++ 6.0, which adopts Components GIS technology and integrates ESRI company’s MapObjects2.2 control components.. SwiftGIS provides GIS general functions such as map zoom, travel, map layer management and spatial data query etc., in addition, it also provides characteristic GIS application, such as GPS simulation tracking, mobile locating service, path analysis, air view and integration with MIS based on information nodes management.
     System architecture and design scheme of spatial data map layers and function modules are described systematically. Road net information data required by path analysis is studied and a new road net model based on path analysis is proposed. By line segments extracting and points separating technologies, the road net topology file and road topology network are generated quickly.
     Derived from the traditional calculating method ,i.e. Dijkstra algorithm, the visualization analysis procedure of the shortest path finding is improved by adopting the data structure of adjoining table data structure and binary heap to complete the operation of priority queue. Calculation experiment gets the satisfactory results.
引文
1. 白似雪.GIS 与 MIS 结合的研究[J].南昌大学学报(理科版),2002,26(1):61-63
    2. 杨晓明.基于 GIS 技术的教育决策支持系统设计[J].管理信息系统,2001(10):34-35
    3. 王 汝 传 , 郭 兴 华 . 地 理 信 息 系 统 及 其 在 通 信 中 的 应 用 [J]. 南 京 邮 电 学 院 学报,1998,18(5,6):139-142
    4. 孟亚锋.基于 GIS 的地下管线管理信息系统[J].建筑技术开发,2002,29(4):54-56
    5. 任沂军,戴吾蛟.基于 GIS 的电信传输资源管理系统[J].计算机应用,2002,22(6):74-77
    6. 吴信才等编著.地理信息系统设计与实现[M].北京:电子工业出版,2002
    7. 陈述彭,鲁学军,周成虎编著.地理信息系统导论[M].北京:科学出版社,1999
    8. 曾航,李见为,宋扬,等.COM 技术在 GIS 中的应用[J].重庆师范学院学报(自然科学版)2001,18(4):51-56
    9. 潘爱民.COM 原理及应用[M].北京:清华大学出版社,1999
    10. Chen T, Shibasaki R. A Versatile AR Type Mobile GIS Based on Image Navigation Technology. IEEE SMC ’99 Conference Proceedings.1999.1070-1075
    11. Ness S T Lee. Single line street network: The foundation of Mobile GIS[A]. Vehicle Navigation and Information Systems Conference[C]. Proceedings of the IEEE-IEE, 1993.34-37
    12. 范绍山.移动互联网应用框架分析和比较[J].互联网技术,2000(11):31-33
    13. 李东,冯玉才,王元珍.移动计算环境中应用系统中间件解决方案研究[J].小型微型计算机系统,2000(11):1201-1204
    14. 王宗江,乐嘉锦.数据库的最新发展[J].郑州纺织工学院学报,2001,12(2):58-62
    15. David Maguire.Mobile Geographic Services.http::/gisdevelopment.net
    16. 李东,曹忠升,冯玉才,等.移动数据库技术研究综述[J].计算机应用研究,2000(10):4-7
    17. 余涛,俞立中,王铮.移动计算环境下 GIS 技术的发展及应用[J].测绘通报,2002(2):40-42
    18. 魏峻,周桓.移动组件系统模型的分析与描述[J].软件学报,2001,12(1):57-64
    19. 赵 文 斌 , 张 登 荣 . 移 动 计 算 环 境 中 的 地 理 信 息 系 统 [J]. 地 理 与 地 理 信 息 科学.2003(3),19(2):19-23
    20. 江 嵩 , 白 英 彩 . 智 能 代 理 及 其 在 通 信 领 域 中 的 应 用 [J]. 计 算 机 应 用 与 软件,2000,17(11):55-59
    21. 王珊,丁治明,张孝.移动数据库及其应用[J].计算机应用,2000,20(9):1-4
    22. 徐立臻,张洁,恽益群,等.SwiftDB:一个支持行业应用的移动数据库系统[J].应用科学学报,2004,22(4):553-556
    23. 邬伦,马修军,田原.基于场模型的空间动态数据建模及空间无能为力态模型语言设计[J].地理学与国土研究,2000,16(4)
    24. 吴立新,史文中编著.地理信息系统原理与算法[M].北京:科学出版社,2003
    25. 侯光明,王俊鹏,刘建昌.MIS 与 GIS 融合的通信网络管理信息系统[J].北京理工大学学报警,2004,24(4):338-341
    26. 李小勇.多媒体 GIS 在房产管理中的应用[D]:[硕士学位论文].武汉:武汉测绘科技大学,1999
    27. 王育红,张健雄,陶忠刚.基于MapObjects的GIS应用系统开发[J].焦作工学院学报(自然科学版),2002,21(3):186-188
    28. 秦大国,李云芝.道路网拓扑模型的数据结构和生成方法[J].指挥技术学院学报,1997,8(2):42-46
    29. 徐建刚,韩雪培,陈启宁,等.城市规划信息技术开发及应用[M].南京:东南大学出版社,2000
    30. 丁 捷 , 杨 殿 阁 , 颜 波 , 等 . 汽 车 导 航 用 电 子 地 图 的 高 效 路 网 模 型 [J]. 汽 车 工程,2003,25(3):232-235
    31. 张小国,王庆,王宁,等.电子地图道路网模型及其自动生成算法研究[J].中国图象图形学报,2001,6(5):481-485
    32. Wieser M. Digital road maps and optimization applied to vehicle navigation system. In: Data Acquisition and Analysis for Multimedia GIS(GISM Courses and Lectures.No.365),L. Mussio et al(Eds) . Springer Verlag Wien New York,1996
    33. CarA et al. Modelling a hierarchy of space applied to large road networks.In:IGIS'94:Geographic Information Systems ,J.Nievergelt et al(Eds.).Springer-Verlag Berlin Heidelberg,1994:15-24
    34. Hinrich Claussen. Status and directions of Digital Map Databases in Europe. IEEE-IEE Vehicle Navigation & Information Systems Conference,Ottawa-VNIS.1993
    35. Susan Scott. Status and direction of map database standards efforts in North America. In: IEEE-IEE Navigation & Information System Conference,Ottawa-VNIS.1993
    36. Masao Shibata,Yasuomi Fujita. Current status and future plans for digital map databases in Japan. In: IEEE-IEE Navigation & Information System Conference,Ottawa-VNIS.1993
    37. Raymond A Cass et al. Building navigable database for the real world. In: The 3rd International Conference on Vehicle Navigation & Information System.1992:585-590
    38. Albert J. Geospatial information standards, a comparative study of approaches in the standardization of geospatial information. Computer & Geoscience,1999,(25):9-23
    39. 陈军,赵仁亮.GIS 空间关系的基本问题与研究发展[J].测绘学报,1999,28(2):95-101
    40. Michael Kuby et al. A minimax method for finding the k best differentiated paths. Geographical Analysis.1997,29(4):298-313
    41. Miller Harbey J. Measuring spacing-time accessibility benefits within transportation networks: Basic theory and computational procedures. Geographical Analysis,1999,31(1):1-26
    42. Stefanakes E,Kavouras M. On the determination of the optimum path in space. In Spatial Information Theory: A theoretical basis for GIS. In: Proceedings of International Conference COSIT’95.Berlin:Springer,1995:241-57
    43. 宫鹏.城市地理信息系统·方法与应用,伯克利:中国海外地理信息系统协会,1996.
    44. 唐文武,施晓东,朱大奎.GIS 中使用改进的 Dijstra 算法实现最短路径的计算[J].中国图象图形学报.2000,5(12):1019-1023
    45. 王杰臣,毛海城,杨得志.图的节点-弧段联合结构表示法及其在 GIS 最优路径选取中的应用[J].测绘学报.2000,29(1):47-51
    46. Willson J D. Spatial Engine Drive Web Based GIS[J]. GIS World,1997,10(10):45-58
    47. 吴 加 敏 , 孙 连 英 , 张 德 政 . 空 间 数 据 可 视 化 的 研 究 与 发 展 [J]. 计 算 机 工 程 与 应用.2000(10):85-88
    48. 陈军,赵仁亮.GIS 空间关系的基本问题与研究发展[J].测绘学报,1999,28(2):95-101
    49. 黄鹤.基于组件式地理信息系统的数据库管理工具工程[D]:[硕士学位论文].北京:北京理工大学,2002
    50. 罗志华.地理信息系统技术在校园规划管理中的应用研究[D]:[硕士学位论文].广东:华南理工大学,2003
    51. 洪英.地理信息系统在交通规划中的应用研究[D]:[硕士学位论文].南京:南京林业大学,2003
    52. 王炜.基于 MapObjects 组件的珠江口水域船舶污染事故应急信息系统研究[D]:[硕士学位论文].大连:大连海事大学,2003
    53. 李素.基于组件式 GIS 的农村配电网管理系统研究[D]:[硕士学位论文].河北:河北农业大学,2003
    54. 刘好.基于地理信息系统的智能交通系统的研究和开发[D]:[硕士学位论文].西安:西安交通大学,2003
    55. 韩刚.车载导航系统路径规划与数据组织研究[D]:[硕士学位论文].北京:北京理工大学,2002
    56. 罗德安.一种基于关系数据库的空间数据模型及其特殊应用[D]:[博士学位论文].西安:西安交通大学,2001
    57. 齐英剑.地理信息系统及其在铁路 DMIS 中的应用[D]:[ 硕士学位论文].北京:北方交通大学,2000
    58. 谭清良.基于 GIS 的珠江广州河段水环境状况实时可视化系统研究[D]:[硕士学位论文].广东:华南理工大学,2003
    59. 王庆杰.北京市道路交通噪声信息管理系统的研究[D]:[ 硕士学位论文].北京:北京工业大学,2002
    60. 杨明.GIS技术在铁路工务管理地质灾害信息系统中的应用研究[D]:[ 硕士学位论文].成都:西南交通大学,2002
    61. 王海军,詹长根,张玉梅.组件式 GIS 技术在河道信息系统中的应用[J].武汉大学学报(工学版).2004,37(1):59-62
    62. 夏英,葛君伟.LBS 软件平台的实现技术[J].重庆邮电学院学报.2004,16(2):114-116
    63. 万 晖 , 顾 其 威 . 管 理 信 息 系 统 灵 活 性 的 设 计 与 实 现 [J]. 南 京 航 空 航 天 大 学 学报.2000,32(6):643-648
    64. 刘春,姚连璧.车载导航电子地图中道路数据的空间逻辑描述[J].同济大学学报.2002,30(3):346-351
    65. 陈 禹 . 基 于 MapObjects 控 件 的 地 理 信 息 系 统 设 计 与 开 发 [J]. 计 算 机 工程.2001,27(4):150-152
    66. 孙敏,马聪,陈军.3 维城市道路网数据模型研究[J].测绘通报,2001(10):4-6
    67. 吴信才,白玉琪,郭玲玲.地理信息系统(GIS)发展现状及展望[J].计算机工程,2000(4):8-9
    68. 吴信才.地理信息系统的基本技术与发展动态[J].地球科学——中国地质大学学报,1998,23(4):329-333
    69. 余涛平,闫利,谢智颖,左小清.空间移动信息服务客户端实现[J].武汉大学学报·信息科学版,2003,28(1):80-85
    70. 田江涛,刘吉平.数字清江 GIS 平台设计及其实现[J].广西水利水电,2003(1):15-22
    71. 王卉.GIS 工具软件可视化设计中的几个问题[J].测绘通报,1998(12):7-9
    72. 汤国安,陈正江,赵牡丹,等.ArcView 地理信息系统空间分析方法[M].北京:科学出版社,2002
    73. Michael N.Demers 著.地理信息系统基本原理[M]:第 2 版.武汉东译.北京:电子工业出版社,2001
    74. 吴信才等编著.地理信息系统原理与方法[M].北京:电子工业出版,2002
    75. 徐锡荣,黄立平.利用 Notes 和 ActiveX 实现集成化企业信息系统[J].系统建设,2001(12):7-9

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700