Proceedings Article10.1109/IGARSS.2009.5417695
Buffer generation using Spherical Geometry
Abhinav Dayal
- 12 Jul 2009
- Vol. 5, pp 204-207
TL;DR: This work reduces the set of line segments for intersection by using a conjoining line segment buffer approach and derive the final buffer by a linear point traversal over all the resulting points.
read more
Abstract: Buffering [2] is an important area of spatial analysis in GIS applications. The goal of buffering is to determine a neighborhood around a certain point, line or polygon feature based on some constant or variable distance measure. Major challenges for buffer computation are accuracy and computational complexity. Popular buffer generation algorithms [1][3][4] use parallel lines for emulating fixed distance. While this may be true for small distances on surface of earth, but for large distances the lines curve along the spherical surface of the earth. We generate buffer with aid of spherical geometric computations. We reduce the set of line segments for intersection by using a conjoining line segment buffer approach and derive the final buffer by a linear point traversal over all the resulting points. We also use extended concavity tests to address the problem where large buffer size would cause buffer lines corresponding to successive concave input line segments to not intersect.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Algorithms for the reduction of the number of points required to represent a digitized line or its caricature
TL;DR: In this paper, two algorithms to reduce the number of points required to represent the line and, if desired, produce caricatures are presented and compared with the most promising methods so far suggested.
4.3K
Geographical information systems
Paul A. Longley,James Cheshire +1 more
- 04 Oct 2017
TL;DR: This book discusses making the GIS Efficient, Effective, and Safe to Use, and the impact of Broad Societal Issues on GIS.
574
An effective buffer generation method in GIS
Peng Dong,Chongjun Yang,Xiaoping Rui,Liqiang Zhang,Qimin Cheng +4 more
- 21 Jul 2003
TL;DR: This paper uses rotation transform point formula and recursion method to further improve on the vector buffer generation algorithm of double parallel lines and circular arcs, and finds a better solution to intersection problem of borderlines of buffer zone.
36
A way to speed up buffer generalization by Douglas-Peucker algorithm
Yingchao Ren,Chongjiui Yang,Zhanfu Yu,Pancheng Wang +3 more
- 27 Dec 2004
TL;DR: This paper uses Douglas-Peucker algorithm to extract curve's characteristic points before buffer generating and shows that this algorithm is a good way to speed up buffer generalization while keeping the geometric features of the ultimate buffer areas.
11