From: Sandro Santilli Date: Mon, 23 May 2011 13:30:41 +0000 (+0000) Subject: update the list of what's implemented and what not X-Git-Tag: 2.0.0alpha1~1598 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5be0f4d0e4e312989c4acbe888a646bd3b94c3c3;p=postgis update the list of what's implemented and what not git-svn-id: http://svn.osgeo.org/postgis/trunk@7215 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/topology.sql.in.c b/topology/topology.sql.in.c index ebc92b4ef..363000fe0 100644 --- a/topology/topology.sql.in.c +++ b/topology/topology.sql.in.c @@ -136,29 +136,36 @@ -- Complete -- -- ST_RemoveIsoEdge --- Complete, exceptions untested +-- Complete, exceptions untested -- -- ST_ChangeEdgeGeom -- Complete -- -- ST_NewEdgesSplit --- Complete --- this also updates the Relation table --- TODO: add entries to the History table ? +-- Complete +-- Also updates the Relation table -- -- ST_ModEdgeSplit --- Complete --- this also updates the Relation table --- TODO: add entries to the History table ? +-- Complete +-- Also updates the Relation table -- -- ST_AddEdgeNewFaces --- Being working on. TODO: continue +-- Complete +-- Also updates the Relation table +-- +-- ST_AddEdgeModFace +-- Work in progress... -- -- ST_GetFaceEdges -- Complete -- -- ST_ModEdgeHeal --- Being working on. TODO: continue +-- Complete +-- Also updates the Relation table +-- +-- ST_NewEdgeHeal +-- Complete +-- Also updates the Relation table -- -- ST_GetFaceGeometry -- Implemented using polygonize()