[postgis-devel] [PostGIS] #399: ST_CleanGeometry
PostGIS
trac at osgeo.org
Fri Jan 29 14:35:44 PST 2010
#399: ST_CleanGeometry
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version:
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by kneufeld):
What about linear features (since validity only applies to areal
features)? It's quite common for people to want to turn non-simple lines
into noded simple ones.
May I suggest we have two functions to mirror IsValid and IsSimple:
ST_MakeValid and ST_MakeSimple.
ST_CleanGeometry could be a wrapper for both, but ST_MakeSimple would
likely have to return a geometry set
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/399#comment:1>
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-devel
mailing list