, 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
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
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