A Practical Algorithm for Constructing Voronoi Diagrams of General Figures

胡玮,蒲英霞,张辉,王结臣
2011-01-01
Abstract:Considering the complexity of geographical elements in GIS,a practical algorithm for constructing Voronoi diagrams of general figures is put forward in this paper.Firstly,the general figures were scattered into point-set by using the interpolation method.Secondly,Voronoi diagrams of the point-set were constructed with sweep-line algorithm.In order to distinguish the different types of the Voronoi edges,the existing data structure of sweep-line algorithm was amended.Lastly,Voronoi polygons were merged according to the proposed rules if they belonged to the same figure.In addition,how to deal with the complex figures in this algorithm was also discussed.Case study indicated that the proposed method has a general advantage in the time and computational precision.
What problem does this paper attempt to address?