[postgis-tickets] [PostGIS] #1224: Provide a topology.ST_ValidateTopology as per ISO specs
PostGIS
trac at osgeo.org
Tue Feb 17 07:06:33 PST 2015
#1224: Provide a topology.ST_ValidateTopology as per ISO specs
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by remic):
I don't know if it is in the spec,
but ValidateTopology doesn't check edge-linking (that is, that for each
edge, next_left_edge and next_right_edge are correct).
We could use a function I wrote on the whole topology:
rc_RecomputeEdgeLinking(topology_name TEXT, nodes_to_update INT[] ).
If it returns something, it means there were errors (that were corrected).
I'm not sure either that ValidateTopology check that left_face and
right_face are correctly set.
Rémi-C
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1224#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list