]> granicus.if.org Git - postgis/commitdiff
Added the previous changes for the curved geometry support.
authorMark Leslie <mark.leslie@lisasoft.com>
Tue, 5 Dec 2006 20:41:20 +0000 (20:41 +0000)
committerMark Leslie <mark.leslie@lisasoft.com>
Tue, 5 Dec 2006 20:41:20 +0000 (20:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2538 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog

index 982e0a4d058851c1edd14cc7df393fd869d0a8bc..35ad4191d3924d18e397651f17a8bb8312269a5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,30 @@
        * Added sqlmm.sql.in: ESRI's ArcSDE subset of SQL/MM functions
        * Moved common sql defines to their own header file.
 
+2006-12-01 Mark Leslie <mleslie@refractions.net>
+
+       * lwgeom/lwcompound.c, lwgeom/lwcurve.c, lwgeom/lwmsurface.c,
+         lwgeom/lwmcurve.c, lwgeom/lwcurvepoly.c:
+         Added serialize/deserialize support for curved geometries.
+       * lwgeom/liblwgeom.h:
+         Added typedefs and minimum function prototypes for curved
+         geometries.
+       * lwgeom/lwgeom_sqlmm.c:
+         Functions to determine curve centers for use in creating bounding
+         boxs.
+       * lwgeom/wktunparse.c, lwgeom/lwgparse.c, lwgeom/wktparse.h, 
+         lwgeom/wktparse.lex, lwgeom/wktparse.y:
+         Minimum parsing/printing support and struct allocations.
+       * lwgeom/liblwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom.c:
+         Included curved types in various switches in generic functions.
+       * lwgeom_functions_analytic.c:
+         Added point-in-polygon function
+       * lwgeom_geos_c.c:
+         Added short-circuit for the point-in-polygon case to both Contains
+         and Within.
+       * Makefile:
+         Added new files to the makefile
+
 2006-11-29 Markus Schaber <schabi@logix-tt.com>
 
        * Added java/jdbc/jtssrc/org/postgis/jts/JTSShape.java