A Triangulated Spatial Model for Detection of Spatial Characteristics of GIS Data
Jingzhong Li,Tinghua Ai
DOI: https://doi.org/10.1109/pic.2010.5687417
2010-01-01
Abstract:The detection of spatial characteristics of GIS data is one of the key technologies in GIS applications. It plays an important role in such applications as spatial data mining, map generalization and spatial cognition. This paper aims at the objective to utilize the computer geometry tool Delaunay triangulated irregular network (TIN) to realize the detection of spatial structural characteristics hidden in geometry data. To formally describe the Delaunay TIN model, we denoted it as triple w <; V, E, T >;, in which V is a non-empty point set V = {v1, v2.....vm}, and E is a non-empty edge set E = {e1, e2,..., en}, and T is a non-empty triangle set T = {t1, t2,..., tn}. Based on the formal model, we define some common operations, such as neighbor(), join(), condition(), and access() and so on, which are the basis of latter application. Also we formally define the traditional geometry object point, line and polygon based on the Delaunay TIN model. The focus of this paper is put on the application of Delaunay TIN to detect the spatial characteristics. According to different geometry form, we provide different approaches to detection different spatial structural characteristics. For point cluster, we provide Delaunay TIN and Voronoi diagram based method to extract distribution extent, distribution density and distribution skeleton; for line object, we provide the method of bend detection, which is an important structural information; for polygon object the bend and bottleneck area being important, based on Delaunay TIN model, we just need to define a visual adjacency distance, different levels of bend and bottleneck can be extracted; and for polygon group, we provide a method for clustering. For all of these methods we conduct experiments, the results are promising and satisfy the basic principle of spatial cognition.