Hi,<br><br>Thanks Even! This solves the problem!<br><br><br><br><div class="gmail_quote">2012/9/5 Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Selon Gabriel Fusca <<a href="mailto:gabrielfusca@suremptec.com.ar">gabrielfusca@suremptec.com.ar</a>>:<br>
<div class="im"><br>
> Hi,<br>
><br>
> Thanks for the answer.<br>
><br>
> > OGRPoint querypoint = OGRPoint(Point.x_, Point.y_);<br>
> > querypoint.assignSpatialReference(new OGRSpatialReference(SrWkt.c_str()));<br>
><br>
> It is not necessary to transform the query point because the Point is at<br>
> the same spatial reference system.<br>
<br>
</div>Good.<br>
<div class="im"><br>
><br>
> > pgeometry->Intersects(pquerypoly)<br>
><br>
> Intersects perform a transformation to verify the intersection of the<br>
> geometries?<br>
<br>
</div>No. The geometries passed to Intersects (and all other methods that take 2<br>
geometries as input) must be in the same SRS. So you have to transform one of<br>
them to the SRS of the other with TransformTo().<br>
</blockquote></div><br><br clear="all"><br>-- <br><span><font color="#888888">Gabriel Fusca<br>SUR Emprendimientos Tecnológicos<br><br>Perú 345  Piso 5to Oficina "B" (C1067AAG)<br>Ciudad de Buenos Aires, Argentina<br>
Tel. +54 (11) 4342-2976/84<br><a href="mailto:gabrielfusca@suremptec.com.ar" target="_blank">gabrielfusca@suremptec.com.ar</a><br><a href="http://www.suremptec.com/" target="_blank">http://www.suremptec.com/</a><br></font></span><br>