[geos-commits] r3297 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Apr 23 06:28:29 EDT 2011


Author: strk
Date: 2011-04-23 03:28:29 -0700 (Sat, 23 Apr 2011)
New Revision: 3297

Modified:
   trunk/capi/geos_c.h.in
Log:
Mark GEOSUnionCascaded as deprecated, GEOSUnaryUnion does the same thing w/out refusin to deal with lines, points, collections

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2011-04-23 10:03:16 UTC (rev 3296)
+++ trunk/capi/geos_c.h.in	2011-04-23 10:28:29 UTC (rev 3297)
@@ -493,6 +493,7 @@
 extern GEOSGeometry GEOS_DLL *GEOSBoundary(const GEOSGeometry* g1);
 extern GEOSGeometry GEOS_DLL *GEOSUnion(const GEOSGeometry* g1, const GEOSGeometry* g2);
 extern GEOSGeometry GEOS_DLL *GEOSUnaryUnion(const GEOSGeometry* g1);
+/* @deprecated: use GEOSUnaryUnion instead */
 extern GEOSGeometry GEOS_DLL *GEOSUnionCascaded(const GEOSGeometry* g1);
 
 extern GEOSGeometry GEOS_DLL *GEOSPointOnSurface(const GEOSGeometry* g1);



More information about the geos-commits mailing list