[postgis-devel] [PostGIS] #442: liblwgeom standard handing of declaring type/empty/dimensionality support

PostGIS trac at osgeo.org
Mon Feb 22 14:31:52 PST 2010


#442: liblwgeom standard handing of declaring type/empty/dimensionality support
-------------------------+--------------------------------------------------
 Reporter:  pramsey      |       Owner:  pramsey       
     Type:  enhancement  |      Status:  new           
 Priority:  medium       |   Milestone:  PostGIS Future
Component:  postgis      |     Version:  trunk         
 Keywords:               |  
-------------------------+--------------------------------------------------
 Right now, functions in liblwgeom duplicate a lot of code handling empty
 inputs. When people add new types, the lack of support across all
 functions can cause unpredicable failures. The handling of higher
 dimensions is not consistent or declared.

 Idea form code sprint:
 - MACRO magic to test for
   o TYPE support
   o SRID support
   o dimensionality support
   o check EMPTY
   in liblwgeom functions and return useful error

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/442>
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