Re: [gdal-dev] OGR - GetLength in Python

2010-11-22 Thread Ludovic Granjon
Le 19/11/2010 07:22, Ari Jolma a écrit : On 11/18/2010 03:52 PM, Ludovic Granjon wrote: Hi all I try to calculate the length of a linestring in python. But is there a way in python with ogr to calculate this. I see there's a GetLength() in the OGRLineString Class Reference http://www.gdal.or

Re: [gdal-dev] OGR - GetLength in Python

2010-11-18 Thread Ari Jolma
On 11/18/2010 03:52 PM, Ludovic Granjon wrote: Hi all I try to calculate the length of a linestring in python. But is there a way in python with ogr to calculate this. I see there's a GetLength() in the OGRLineString Class Reference http://www.gdal.org/ogr/classOGRLineString.html#7b3dc3abefd1

Re: [gdal-dev] OGR - GetLength in Python

2010-11-18 Thread Ari Jolma
On 11/18/2010 03:52 PM, Ludovic Granjon wrote: Hi all I try to calculate the length of a linestring in python. But is there a way in python with ogr to calculate this. I see there's a GetLength() in the OGRLineString Class Reference http://www.gdal.org/ogr/classOGRLineString.html#7b3dc3abefd1

[gdal-dev] OGR - GetLength in Python

2010-11-18 Thread Ludovic Granjon
Hi all I try to calculate the length of a linestring in python. But is there a way in python with ogr to calculate this. I see there's a GetLength() in the OGRLineString Class Reference http://www.gdal.org/ogr/classOGRLineString.html#7b3dc3abefd16aea17ac9fcc0ccd0010 , but I don't see if there