[postgis-tickets] [PostGIS] #1768: ST_Normalize

PostGIS trac at osgeo.org
Sat May 4 17:49:31 PDT 2013


#1768: ST_Normalize
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk          
     Type:  enhancement  |      Status:  new           
 Priority:  medium       |   Milestone:  PostGIS Future
Component:  postgis      |     Version:  trunk         
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by nw):

 * cc: nw (added)


Comment:

 There's a function in GEOS

 extern int GEOS_DLL GEOSNormalize(GEOSGeometry* g1);

 But no documentation on what it actually does, except
 for the following from the C++ api reference:

 Converts this Geometry to normal form (or canonical form).

 Which is not really helpful.  However, if this function is
 what is wanted, it would be pretty easy to expose it to
 the SQL layer.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1768#comment:3>
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