[postgis-users] multipolygon polygon test intersects

Christo Du Preez christo at mecola.com
Mon May 28 06:35:20 PDT 2007


Hi all,

How would I test if a given polygon intersects with one of the polygons
currently in a multypolygon geometry?

I tried the && operator but if I'm not mistaken it will test the given
polygon against the bounding box of the whole multipolygon geometry and
not each one individually.

Thanx in advance.