]> granicus.if.org Git - postgis/commit
Add a topology.GetNodeEdges function
authorSandro Santilli <strk@keybit.net>
Thu, 16 Feb 2012 10:25:50 +0000 (10:25 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 16 Feb 2012 10:25:50 +0000 (10:25 +0000)
commite6571a3a237830ff33c4f3ddd84e476d461265cd
treec144dcb5c35b2b6b6cfee893cad519feb88c1ebe
parent16a27ce41f531178f306336be95f88f95832fbd1
Add a topology.GetNodeEdges function

This function is a fundamental topological primitive to do things
like SQL-based poligonization.

git-svn-id: http://svn.osgeo.org/postgis/trunk@9219 b70326c6-7e19-0410-871a-916f4a2858ee
doc/extras_topology.xml
topology/Makefile.in
topology/sql/query/GetNodeEdges.sql.in.c [new file with mode: 0644]
topology/test/regress/getnodeedges.sql [new file with mode: 0644]
topology/test/regress/getnodeedges_expected [new file with mode: 0644]
topology/topology.sql.in.c