RE: [gdal-dev] Geometry.Intersects and .Intersection

2009-04-17 Thread Henneke, Amanda M
, April 16, 2009 10:07 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Geometry.Intersects and .Intersection Hello everyone- Has anyone played with Geometry.Intersects or Geometry.Intersection? I have an instance where the Geometry.Intersects method returns true on two LinearRings, but then

Re: [gdal-dev] Geometry.Intersects and .Intersection

2009-04-16 Thread Mateusz Loskot
Henneke, Amanda M wrote: Hello everyone- Has anyone played with Geometry.Intersects or Geometry.Intersection? I have an instance where the Geometry.Intersects method returns true on two LinearRings, but then when I do the Intersection, it's returning nothing (null). I'm not sure why this wo

[gdal-dev] Geometry.Intersects and .Intersection

2009-04-16 Thread Henneke, Amanda M
Hello everyone- Has anyone played with Geometry.Intersects or Geometry.Intersection? I have an instance where the Geometry.Intersects method returns true on two LinearRings, but then when I do the Intersection, it's returning nothing (null). I'm not sure why this would be. I found a few thing