计算机应用 ›› 2012, Vol. 32 ›› Issue (08): 2205-2222.DOI: 10.3724/SP.J.1087.2012.02205

• 数据库技术 • 上一篇    下一篇

基于道路网络的时空索引方法IMon-tree

李峰,罗磊   

  1. 江苏大学 计算机科学与通信工程学院,江苏 镇江 212013
  • 收稿日期:2012-01-16 修回日期:2012-03-15 发布日期:2012-08-28 出版日期:2012-08-01
  • 通讯作者: 罗磊
  • 作者简介:李峰(1968-),男,江西赣州人,副教授,博士,CCF会员,主要研究方向:地理信息系统、视频图像处理、嵌入式计算
    罗磊(1987-),男,湖南岳阳人,硕士研究生,主要研究方向:地理信息系统。

Spatiotemporal index for moving objects in networks: IMon-tree

LI Feng,LUO Lei   

  1. School of Computer Science and Telecommunication Engineering, Jiangsu University, Zhenjiang Jiangsu 212013, China
  • Received:2012-01-16 Revised:2012-03-15 Online:2012-08-28 Published:2012-08-01
  • Contact: LUO Lei

摘要: 针对Mon-tree索引的不足提出一种基于道路网络的时空索引方法IMon-tree。索引分三层,顶部用四叉树网格来索引道路网络,底部二维R树用来索引物体的运动信息,中部单链表将上述两层连接起来,完成从道路到运动信息的映射。为了支持轨迹查询,用哈希表将物体的运动信息组织起来。对比实验表明IMon-tree轨迹查询比TMN-tree性能更好,时空查询算法平均响应时间是Mon-tree的65%,是TMN-tree的81%。该方法可应用于各种空间数据库以及地理信息系统。

关键词: 时空索引, Mon-tree索引, TMN-tree, 时空查询, 轨迹查询

Abstract: To overcome the shortcoming of the Mon-tree index, a method called IMon-tree (Improved Mon-tree) index was proposed. It included three layers: the top layer used grids to index roads; the bottom layer was used to index the objects' moving information; the middle, which connected the above two layers, was to complete the mapping from roads to moving information. In order to implement trajectory query, the hash table was used to save the moving information of objects. The experimental results show that the IMon-tree index has a better performance than TMN-tree on trajectory query. As to the average response time of the spatiotemporal query algorithm, the IMon-tree is 65 percent of the Mon-tree, and is 81 percent of the TMN-tree. Therefore, the suggested method can be applied to all kinds of geodatabases and geographic information systems.

Key words: spatiotemporal index, Mon-tree index, TMN-tree, spatiotemporal query, trajectory query

中图分类号: