]> granicus.if.org Git - postgis/commit
Implement ST_AddEdgeModFace in C
authorSandro Santilli <strk@keybit.net>
Fri, 17 Jul 2015 16:41:51 +0000 (16:41 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 17 Jul 2015 16:41:51 +0000 (16:41 +0000)
commit4a2b022a823a9c6f7b498ea29a61445ee1d45555
treefcca201a7806cb7d829498f07b8f009635e85023
parent634929a5218eb460b8ca453146e17c8c1f573bc7
Implement ST_AddEdgeModFace in C

Add callbacks to:
 - get nodes and edges within box2d,
   edges by node or face, nodes by face.
 - insert faces.
 - update nodes, faces and edges.
 - update TopoGeometries after face split.
 - get edges in a ring

Also fixes installation and de-installation of liblwgeom_topo.h

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13808 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/Makefile.in
liblwgeom/liblwgeom_topo.h
liblwgeom/liblwgeom_topo_internal.h
liblwgeom/lwgeom_topo.c
topology/postgis_topology.c
topology/sql/sqlmm.sql.in