[postgis-users] st_buffer (radius_of_buffer)

ibrahim saricicek ibrahimsaricicek at gmail.com
Mon Jan 18 07:27:19 PST 2010


hi all;

I think 0.0 of radius means the object itself? Am i wrong?

I'm inserting a row to my route table

insert into route (the_geom) select
st_transform(ST_GeomFromText('SRID=4326;multilinestring((30 20,31 21,32
22))'),900913)

why the result of this is false? that is a point on my route. what is
defined with '0.0 of radius'?
the result is true for 0.1 to 0.000000001? Why for 0.0000000001 radius,
result is false?

select
st_intersects(st_buffer(route.the_geom,0.0), st_geomFromText('POINT(30
20)',4326))
as result
from route
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20100118/dd22204e/attachment.html>


More information about the postgis-users mailing list