[postgis-users] Buffer Funtion

Nicolas Ribot nicky666 at gmail.com
Wed May 18 05:32:45 PDT 2005


Hi Marcello,

You can do something like:

create table buff_table as select col1, col2, ..., buffer(the_geom,
10) from original_table;

where the_geom is the name of your geographic column in original_table.

You can also create the destination table first, then update its
geometric column with the buffers of your original points.

Nicolas

On 5/16/05, Marcello Benigno B. de Barros Filho
<marcello_benigno at yahoo.com.br> wrote:
>  
> Dear all, 
>   
>   
> How to use buffer function? I have one table with points (call pontos) and
> need create another with respective pontos buffer geometry. 
>   
> Regards, 
>   
>   
> Marcello  
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
> 
> 
>



More information about the postgis-users mailing list