[postgis-users] ST_Dump-like function for simple (non-multi) geometries ?
Maxime van Noppen
maxime at altribe.org
Fri Jul 31 08:05:13 PDT 2009
Hi,
Is there a function similar to what ST_Dump does for MULTI* geometries
on simple geometries ? Something that would behave like :
# SELECT ST_SimpleDump('LINESTRING(0 3, 1 4, 1 5)');
st_simpledump
--------------------------------------------
POINT(0 3)
POINT(1 4)
POINT(1 5)
I didn't find a function doing this in the doc (using Postgis 1.4).
Thanks !
--
Maxime
More information about the postgis-users
mailing list