[postgis-users] masking out part of a MULTILINESTRING
Purvis, Charlton
cpurvis at asg.sc.edu
Wed Apr 20 09:47:38 PDT 2005
Apologies ahead of time if this is a bone headed Q, but I can't get my hands
around the function that holds the keys to the kingdom.
Say that I have one MULTILINESTRING that contains these vertices:
(0,0)
(1,0)
(2,0)
(3,0)
(4,0)
(5,0)
Now say that I want to mask out the BBOX that is defined by:
(1,-1) to (2,1)
How can I clip the MULTILINESTRING to show me only those lines that are
outside the BBOX? If I do a
not geom. && BBOX...,
it kills the whole MULTILINESTRING since part of the MULTILINESTRING is
inside the BBOX. And that's not what I want.
I want to end up w/ an image or geom. that has these segments:
(0,0) to (0,1)
(2,0) to (5,0)
Any ideas?
Thanks,
Charlton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20050420/3c281dde/attachment.html>
More information about the postgis-users
mailing list