节点文献

空间方向与距离关系结合方法的研究

Research on the Combination Method of Direction Relations and Distance Relations of Spatial Objects

【作者】 黄和石

【导师】 欧阳继红;

【作者基本信息】 吉林大学 , 计算机应用技术, 2009, 硕士

【摘要】 目前,单一空间关系的研究已经有了非常丰富的积累,将多个空间关系结合起来进行表示和推理,有助于提高模型的表达能力及推理算法的准确性,是当前空间推理研究的热点,已有的结合方法主要集中在拓扑和方位、距离和大小、距离和方向以及位置和方向等方面。关于距离和方向关系结合的研究主要是基于点对象的,尚缺乏能够统一处理点、线段、区域等空间对象之间距离和方向关系的研究模型。本文研究了适合于表示点、线段、区域等空间对象方向、距离结合关系模型的表示及推理。主要工作包括:(1)总结并分析了现有空间方向、距离关系模型的研究现状,详细介绍了空间对象方向关系模型中的方向关系统计模型及定性距离的表示方法;(2)结合文献[21]的方向关系模型和Clementini等提出的点对象距离关系模型,提出了一种同时适合于表示点、线段、区域等空间对象方向、距离结合关系的表达模型-SD模型;(3)在此基础上给出了基于SD模型的点对象方向、距离结合关系推理算法-CombinationDD算法;(4)基于分解综合的思想,进一步给出SD模型中区域之间方向距离结合关系推理算法-CombinationDR算法;(5)设计并实现了基于SD模型的演示系统。本文提出的结合方向、距离关系的SD模型,能够对空间对象的方位关系进行更准确、详细地描述,既能定性地描述空间对象在相同距离关系下的方向差异,又能定量地表示出空间对象在同一方向关系下的差异。良好的可扩展性及统一的表达方法,使得我们提出的SD模型能够有效地提高空间信息表达的完备性和推理算法的准确度,更精确地对空间对象间的方向和距离关系进行表示及推理,对空间关系的结合方式及推理方法进行了有益的扩展与补充。本文的研究工作增强了对象之间空间关系的可区分性,提高了空间分析方法的准确性,对GIS对象间空间关系的分析和查询等有一定的理论意义与应用价值。

【Abstract】 Spatial relation is the relation with spatial character between spatial objects. It usually consists of topological relations, order relations and metric relations. Theses relations are the bases of spatial data organizing, querying, analyzing and reasoning. Spatial relation is one of the most important theoretical problems in the fields of spatial reasoning, Geographical Information System, spatial databases and computer vision.All spatial relations are not entirely independent of each other. They depict correlation characters of spatial objects in different aspects. There are very close connections among these spatial relations, and we need to consider multiple spatial relations in many practical applications. Now the researches on single spatial relation have already rich accumulation, it is a hot issue on current spatial reasoning researches that how to combine multiple spatial relations to represent spatial objects. Most of the existing methods focus on the combination of topology and orientation, distance and size, distance and direction, position and direction. However, there are less works on the combination of direction relations and distance relations. Most of the research about combination of direction and distance is based on the point reference model, very few relate to the region. We are in need of the direction relations and distance relations model which can deal with the point objects, line segments, regions and other spatial objects. In practical, it is a hot issue on current spatial reasoning researches that how to combine the combination of topology and orientation, distance and size, distance and direction, position and direction relations to represent complicated regions.In this paper, we study and discussion about the presentation and reasoning of direction relations and distance relations between spatial objects. Firstly, we summarized and analyzed the study of spatial relation among objects in recent years. We describe the statistical model for directional relations between spatial objects and qualitative distance in detail. Base on the model proposed by reference 21, we improved the recently combination of direction and distance model. We made the reasoning model--SD model which can deal with spatial object like point, line segment and regions. In addition, we made the reasoning algorithm based on combination of direction relations and distance relations of point—CombinationDD algorithm. Based on the precise degree of research, we partition the line segment and regions into pieces based on the precise degree of research. So as to use the high efficiency point object research method. In the end, we use the statistic method to calculate the distance and direction as the result of spatial reasoning. The method can effectively improve the maturity of spatial information and precise of reasoning. Base the statistical model for directional relations, the new model can use the similitude expressions to describe points, line segment and regions. In the distance system, the reasoning method made for points objects can do better perform on line segment and regions.The main work and results included in this paper are as follows:(1) It is a short introduction on background and significance of this paper. We summarized and analyzed the state of arts on spatial relation among objects in recent years.(2) We briefly introduce the theory background of spatial direction relations model and attributes. According to the need of research, comparing the characteristics of the above model, briefly describe the combination methods of direction and distance relations.(3) Based on the statistical model for directional relations, we present a new model to describe the direction relations and distance relations between spatial objects. In order to illustrate the direction relations more detailed, effectively to improve the expression accuracy of the direction relations, made the direction and distance relations of point-to-point be easily extended to the regions. Combined with the statistical model of direction relations, starting from the space object, we improved the distance relations and direction relations research model that proposed by Clementini et al. by means of introducing the azimuth. We described in detail about the combination method of direction relations and distance relations when the spatial object is the point, line target, region, respectively. We also defined the basic concepts, symbols, definitions and the formula for calculating the correlation. Using the specific relationship between the azimuth and vector, we expanded the model based on the point of direction, distance relations to that based on the line segment and region, so as to form a unified the inference algorithm for the combination of direction and distance relations for the next step.(4) We can get a better description of the spatial relations between objects by combination the statistical model of direction relations with distance relations. Depending on the situation, the direction and distance between point to point is divided into: the synthesis of the direction relationship with the same distance, the synthesis of the direction relationship with the different distances, the synthesis of the direction relationship with any angle direction. We proposed inference algorithm combining distance and direction of points based on an improved model including the basic idea of algorithm and ADL description language.To analyze the combination method of the direction and distance between the space targets based on the idea of decomposition and synthesis. First of all, according to the level of detail, we decomposed the space target into smaller basic units. Then compute the distance and direction between these small units and that is, a set of distance and direction, or as a distribution. Finally, giving the statistical description of the distance and direction of this group, we could draw the distribution of entire space in the distance and direction, and make the reasoning and verification for further. Doing research from space target itself, we can acquire the representation and inference more accurately to the distance and direction between space targets, so as to expand and add useful on the combination of spatial relations and reasoning methods.(5) We designed and implemented the system based on the improvement of representation and reasoning model of combination direction relations and distance relations--SD model. This system is based on the MVC design ideas, and uses Java 5.0 and SWT technology. The modules of this system have low coupling between each other, and the interior of the modules has stronger cohesion. The whole system is of high efficiency.The measurements of combination direction relations and distance relations model proposed in this paper can describe position relations of spatial objects more accurately and detailed. The combination method of direction relations and distance relations between spatial objects can not only distinguish different distance relations of spatial objects qualitatively, but also quantitative difference between spatial objects can be made under the same direction. This representation structure establishes good foundation for formal representation and reasoning of spatial objects. In a word, the study results of this paper have both theoretical and practical benefits, it can be applied to represent and analyze the spatial relations among objects in spatial reasoning, geographic information system.

  • 【网络出版投稿人】 吉林大学
  • 【网络出版年期】2009年 08期
  • 【分类号】TP181;O242.1
  • 【被引频次】2
  • 【下载频次】251
节点文献中: 

本文链接的文献网络图示:

本文的引文网络