作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (22): 31-33. doi: 10.3969/j.issn.1000-3428.2006.22.011

• 博士论文 • 上一篇    下一篇

基于数据库的多分辨率地形索引结构的研究

刘 伟1,2,王德强2,赵德鹏2   

  1. (1. 广东工业大学材料与能源学院,广州 510006;2. 大连海事大学航海学院,大连 116026)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-10-20 发布日期:2006-10-20

Research on Structure of Multi-resolution Terrain Index Based on Database

LIU Wei1,2, WANG Deqiang2, ZHAO Depeng2   

  1. (1. College of Material and Energy, Guangdong University of Technology, Guangzhou 510006; 2. Nautical Institute, Dalian Maritime University, Dalian 116026)
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-10-20 Published:2006-10-20

摘要: 当空间应用进入到网络化后,人们迫切需要利用数据库的约束机制为空间数据提供更好的保护,目前数据库系统只能管理单一分辨率的地形空间数据。该文提出了一种可在关系数据库顶端实现的、支撑动态多分辨率地形与可视化数据调用的关系模型。该模型解决了在大规模地形可视化程序中,数据库系统客户端/服务器间的数据交换问题,利用了X树索引技术将多分辨率地形映射到关系模型中,利用特征空间将累进查询过程转换为几个简单的一维范围查询的联合,在各表中每个帧分别进行一次索引扫描,即可获得全部必要的数据,使其更好地处理大规模的地形数据。实验结果表明,利用该模型能够获得良好的检索效果。

关键词: 多分辨率索引, 地形可视化, 关系数据库, 空间索引

Abstract: As spatial application goes into network environment, the database support is needed to protect spatial data source from security and concurrent access problem. As for conventional spatial database access methods are typically based on single resolution only, the paper proposes a relational model supporting dynamic multi-resolution terrain visualization to speed up the retrieve of terrain dataset and to overcome the bottle-neck of data exchange between server and client. The X-tree index technology is applied to mapping multi-resolution terrain expression in relational model. The progressive query is translated into the union of several simple one dimensional range queries with help by feature spaces conception. Only one time of scan is needed to obtain all of necessary data for every table in a frame, makes it more suitable to handle large scale terrain dataset. The experiment results show its perfect index results.

Key words: Multi-resolution index, Terrain visualization, Relational database, Spatial index

中图分类号: