Re: [gdal-dev] Buffering geometries

2013-10-01 Thread Federico Jurio
Thank you again, regards! On Tue, Oct 1, 2013 at 5:16 PM, Even Rouault wrote: > Le mardi 01 octobre 2013 22:05:55, Federico Jurio a écrit : > > Thank you for your advice Even, it works perfectly! > > i have another issue, what is the unit of dfDist from > > Buffer< > http://www.gdal.org/ogr/clas

Re: [gdal-dev] Buffering geometries

2013-10-01 Thread Even Rouault
Le mardi 01 octobre 2013 22:05:55, Federico Jurio a écrit : > Thank you for your advice Even, it works perfectly! > i have another issue, what is the unit of dfDist from > Buffer f055b11d1a2> ? The same unit as the coordinates

Re: [gdal-dev] Buffering geometries

2013-10-01 Thread Federico Jurio
Thank you for your advice Even, it works perfectly! i have another issue, what is the unit of dfDist from Buffer ? On Tue, Oct 1, 2013 at 4:02 PM, Even Rouault wrote: > Le lundi 30 septembre 2013 23:12:30, federico

Re: [gdal-dev] Buffering geometries

2013-10-01 Thread Even Rouault
Le lundi 30 septembre 2013 23:12:30, federico a écrit : > Dear all, i'm trying buffer some geometries with GDAL. I have success with > poligons and lines but i can't create the buffer when i try to do the same > procedure with an OGRPoint. > > Here is a screenshot with the buffer http://i.imgur.co

[gdal-dev] Buffering geometries

2013-09-30 Thread federico
Dear all, i'm trying buffer some geometries with GDAL. I have success with poligons and lines but i can't create the buffer when i try to do the same procedure with an OGRPoint. Here is a screenshot with the buffer http://i.imgur.com/rRQuooc.jpg I'm using the Buffer function from OGRGeometry Clas