<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:#606420;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink="#606420">

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Hello, <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>My goal is to input a point (lat/long) and to get all
polygons that contain this point.&nbsp; I am using SetSpatialFilter() to filter
on the specified point.&nbsp; I am being returned correct features (polygons),
but often, I am getting extra polygons.&nbsp; I can see through GUI tools that some
polygons/multipolygons are being returned that do not contain the point.&nbsp;
The doc for SetSpatialFilter() states &#8216;currently this test may be
inaccurately implemented&#8217;.&nbsp; Are there known cases that this method
is inaccurate?&nbsp; And is this one of those cases?&nbsp; Is there another way
to get the results I desire?&nbsp; I also tried using within()/contain() after
these polygons were returned, but that did not work because I am not building
with GEOS.&nbsp; Is there any way I can get the correct results without
building with GEOS?&nbsp; And if not, where do I find the GEOS binaries/source
code to build with OGR?&nbsp; And will these methods in GEOS even solve my
problem?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks, Amanda<o:p></o:p></span></font></p>

</div>

</body>

</html>