I figured it out a bit ago.. finally.. because I&#39;m a dweeb..<br><br>I assumed buffer was a memory function :)&nbsp; It greatly confused me.&nbsp; I just started up with PostGIS a few weeks ago and am just now seeing the term buffer in all the programs I&#39;ve been using for GIS visualization. 
<br><br>Thanks for the description :)<br><br>Shane<br><br><div><span class="gmail_quote">On 9/18/07, <b class="gmail_sendername">Nico Mandery</b> &lt;<a href="mailto:nicomandery@googlemail.com">nicomandery@googlemail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Shane,<br><br>sorry for the delay, i had no access to the Internet for while.
<br><br>here is a short definition of the term buffer from<br><a href="http://www.fws.gov/data/IMADS/glossary.htm">http://www.fws.gov/data/IMADS/glossary.htm</a> :<br><br>buffer - A zone of a specified distance around coverage features. Both
<br>constant- and variable-width buffers can be generated for a set of<br>coverage features based on each feature&#39;s attribute values. The<br>resulting buffer zones form polygons-areas that are either inside or<br>outside the specified buffer distance from each feature. Buffers are
<br>useful for proximity analysis (e.g., find all stream segments within<br>300 feet of a proposed logging area).<br><br>In this context you could create a buffer with a distance X and a<br>buffer with a distance Y around the point, and then look for point
<br>wicht are in the in the area of (bufferX-bufferY).<br><br>nico<br><br>&gt;Could you reply with a URL to what buffers are and how they would be<br>&gt;used in this context? I&#39;m &gt;totally unfamiliar.<br>&gt;<br>&gt;
<br>&gt; On 9/9/07, Nico Mandery &lt; nicomandery &lt;at&gt; <a href="http://googlemail.com">googlemail.com</a>&gt; wrote:<br>&gt;&gt; Hi Rainer,<br>&gt;&gt;<br>&gt;&gt; You could could use a buffer instead of bounding boxes.
<br>&gt;&gt; Just an idea<br>&gt;&gt;<br>&gt;&gt; Nico<br>&gt;&gt;<br>&gt;&gt; Am Sonntag 09 September 2007 schrieb postgis &lt;at&gt; <a href="http://jochem.name">jochem.name</a>:<br>&gt;&gt; &gt; Hi,<br>&gt;&gt; &gt;<br>
&gt;&gt; &gt; what I want to do is finding certain features in some distance around a<br>&gt;&gt; &gt; certain point. Those features should be located in some corridor between X<br>&gt;&gt; &gt; and Y km around this point. Currently I&#39;ve solved this problem by
<br>&gt;&gt; &gt; computing two bounding boxes of X and Y km around the point and taking the<br>&gt;&gt; &gt; difference of those. So far so good.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; But I don&#39;t want to have some quadratic box but a real circle - is there
<br>&gt;&gt; &gt; any way to achieve this?<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Best regards,<br>&gt;&gt; &gt; Rainer<br>&gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt; postgis-users mailing list
<br>&gt;&gt; &gt; postgis-users &lt;at&gt; <a href="http://postgis.refractions.net">postgis.refractions.net</a><br>&gt;&gt; &gt; <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br>&gt;&gt; _______________________________________________<br>&gt;&gt; postgis-users mailing list<br>&gt;&gt; postgis-users &lt;at&gt; <a href="http://postgis.refractions.net">postgis.refractions.net</a><br>&gt;&gt; 
<a href="http://pos">http://pos</a><br>_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">
http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></blockquote></div><br>