<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">ST_Buffer(<linestring>, distance)<br><br><a href="http://www.postgis.org/docs/ST_Buffer.html">http://www.postgis.org/docs/ST_Buffer.html</a><br><br><br>Note that if your data is lat/long (such as EPSG:4326) with units in degrees, then you will get somewhat distorted buffer distances, and a better result by transforming your linestring to a more suitable projection for the buffer operation, then transform it back.<br><br>eg:<br><br>ST_Transform(ST_Buffer(ST_Transform(<linestring>, SRID), distance),4326)<br><br>HTH,<br><br>   Brent Wood<br>--- On <b>Fri, 3/2/12, Ed Linde <i><edolinde@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Ed Linde <edolinde@gmail.com><br>Subject: [postgis-users] Forming a BAND around a linestring<br>To: "PostGIS
 Users Discussion" <postgis-users@postgis.refractions.net><br>Date: Friday, March 2, 2012, 11:17 PM<br><br><div id="yiv884568616">Hi All,<div>I have a set of points with (x,y) co-ordinates that belong to a single object ex: a segment in a road network.</div><div>If we made a LINESTRING that connected these points (x,y), then I would like to have a BAND or RANGE</div>
<div>around the linestring of say 10 meters wide that would probably make it look more like a polygon or some </div><div>area. How can I achieve this in postgis 2.0? Do I need to use some library like GDAL in order to achieve this?</div>
<div><br></div><div>Cheers,</div><div>Ed</div>
</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<br>postgis-users mailing list<br><a ymailto="mailto:postgis-users@postgis.refractions.net" href="/mc/compose?to=postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></div></blockquote></td></tr></table>