Re: [gdal-dev] 2 geometries share function

2012-10-17 Thread Mateusz Loskot
Nikhil Sai Parupalli iictechnologies.com> writes: > Hey Loskot > This code deals with lot of sql stmts. but here in our development we never > worked with databases. > We are using gdal libraries , is there any function in gdal or any other > libraries that serves the purpose Looking at the *be

Re: [gdal-dev] 2 geometries share function

2012-10-17 Thread Jukka Rahkonen
Nikhil Sai Parupalli iictechnologies.com> writes: > > Hey Loskot > This code deals with lot of sql stmts. but here in our development we never worked with databases. > We are using gdal libraries , is there any function in gdal or any other libraries that serves the purpose Hi, That document

Re: [gdal-dev] 2 geometries share function

2012-10-15 Thread Nikhil Sai Parupalli
until and unless it is really required. Save paper , stay Green From: Mateusz Loskot [mate...@loskot.net] Sent: Monday, October 15, 2012 3:44 PM To: Nikhil Sai Parupalli Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] 2 geometries share function On 15

Re: [gdal-dev] 2 geometries share function

2012-10-15 Thread Mateusz Loskot
On 15 October 2012 10:46, Nikhil Sai Parupalli wrote: > Hi all, > > What is the function to find two geometries shares common boundary. > Is that geometry.touches(geometry) PostGIS docs provide a fantastic visual aid: http://postgis.refractions.net/documentation/manual-2.0/ST_Touches.html Best