Re: [gdal-dev] GDAL precision for Geometry object

2015-10-11 Thread Dimitrianos Savva
> On Oct 11, 2015, at 7:27 PM, Hermann Peifer wrote: > > On 2015-10-10 13:45, Dimitrianos Savva wrote: >> >> For example the geometry POINT (4799826.09861662145704 >> 2773995.445373429451138) cannot be represented by two double types. But >> still the ExportTo

Re: [gdal-dev] GDAL precision for Geometry object

2015-10-11 Thread Dimitrianos Savva
> On Oct 10, 2015, at 3:06 PM, Even Rouault wrote: > > Le samedi 10 octobre 2015 13:45:05, Dimitrianos Savva a écrit : >> Hi all, >> >> Recently I noticed that the ExportToWKT >> <http://gdal.org/java/org/gdal/ogr/Geometry.html#ExportToWkt()> function >

[gdal-dev] GDAL precision for Geometry object

2015-10-10 Thread Dimitrianos Savva
Hi all, Recently I noticed that the ExportToWKT function of a Geometry object that has been read from a Shapefile, generates the well known text representation without any compromise on the precision of the coordinates values. I