From: Mark Leslie Date: Tue, 5 Dec 2006 20:41:20 +0000 (+0000) Subject: Added the previous changes for the curved geometry support. X-Git-Tag: 1.2.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eff7826ff34e51c28ab03c261207d3ed50fb4ef1;p=postgis Added the previous changes for the curved geometry support. git-svn-id: http://svn.osgeo.org/postgis/trunk@2538 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 982e0a4d0..35ad4191d 100644 --- 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 + + * 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 * Added java/jdbc/jtssrc/org/postgis/jts/JTSShape.java