[postgis-users] ST_Buffer internals

2012-03-14 Thread Ed Linde
Hi All, I am wondering how ST_Buffer computes a buffer around say a LINESTRING? How can I look at the internals of this? Is it possible to achieve the same effect using GDAL's C++ API? I ask because I have a very large LIDAR 3-D data set which I cannot load into Postgis, but I would certainly want

Re: [postgis-users] ST_Buffer internals

2012-03-14 Thread Ed Linde
Is a LINESTRING always a straight line in postgis? Or can there be a curvature? I didn't get that from the documentation. On Wed, Mar 14, 2012 at 10:04 AM, Ed Linde edoli...@gmail.com wrote: Hi All, I am wondering how ST_Buffer computes a buffer around say a LINESTRING? How can I look at the

Re: [postgis-users] ST_Buffer internals

2012-03-14 Thread Charles Galpin
It's just a series of points which you can position in a curve. The more points, the smoother the curve. charles On Mar 14, 2012, at 5:24 AM, Ed Linde wrote: Is a LINESTRING always a straight line in postgis? Or can there be a curvature? I didn't get that from the documentation.