[postgis-users] Points inside polygon...

davyd davydky at gmail.com
Tue Sep 9 06:53:12 PDT 2008


Ok Tim...
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.
Like this:

select within('01010000202D610000E81559FA0BD62541DA82728C04776241',the_geom
) from buffer8_ida

Result "f" or "t"...




2008/9/8 Tim Bowden <tim.bowden at westnet.com.au>

>
> On Mon, 2008-09-08 at 16:41 -0500, davyd wrote:
> > Hi List,
> >
> >
> > I need to evaluate if a point is inside of a polygon,
>
> use ST_Within(pt_geom, polygon_geom)
>
> >  but my data are very records...
> >
>
> Not at all sure what you mean by this.  Are you saying your points or
> polygons or both are not stored as postgis geometries?  If not, how are
> they stored?
>
> Regards,
> Tim Bowden
> >
> > How can I evaluate if a point is inside of all my records..
> > I need to construct a box with all may records??
> >
> >
> > Thanks...!!
> > _______________________________________________
> > postgis-users mailing list
> > postgis-users at postgis.refractions.net
> > http://postgis.refractions.net/mailman/listinfo/postgis-users
> --
> Experience is that marvelous thing that enables you recognize a mistake
> when you make it again.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20080909/b8204000/attachment.html>


More information about the postgis-users mailing list