<div dir="ltr">Ok Tim...<div><br></div><div>My points are stored on my database(geometry), but my polygon points are many records, I need to evaluate if one point is inside of the polygon.</div><div>Like this:</div><div><br>
</div><div>select within('01010000202D610000E81559FA0BD62541DA82728C04776241',the_geom ) from buffer8_ida</div><div><br></div><div>Result "f" or "t"...</div><div><br></div><div><br></div><div><br>
<br><div class="gmail_quote">2008/9/8 Tim Bowden <span dir="ltr"><<a href="mailto:tim.bowden@westnet.com.au">tim.bowden@westnet.com.au</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d"><br>
On Mon, 2008-09-08 at 16:41 -0500, davyd wrote:<br>
> Hi List,<br>
><br>
><br>
> I need to evaluate if a point is inside of a polygon,<br>
<br>
</div>use ST_Within(pt_geom, polygon_geom)<br>
<div class="Ih2E3d"><br>
>  but my data are very records...<br>
><br>
<br>
</div>Not at all sure what you mean by this.  Are you saying your points or<br>
polygons or both are not stored as postgis geometries?  If not, how are<br>
they stored?<br>
<br>
Regards,<br>
Tim Bowden<br>
<div class="Ih2E3d">><br>
> How can I evaluate if a point is inside of all my records..<br>
> I need to construct a box with all may records??<br>
><br>
><br>
> Thanks...!!<br>
</div>> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
> <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<font color="#888888">--<br>
Experience is that marvelous thing that enables you recognize a mistake<br>
when you make it again.<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</font></blockquote></div><br></div></div>