[geos-commits] r2258 - trunk/source

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jan 26 15:44:51 EST 2009


Author: warmerdam
Date: 2009-01-26 15:44:50 -0500 (Mon, 26 Jan 2009)
New Revision: 2258

Modified:
   trunk/source/Makefile.vc
Log:
added two new files related to cascaded polygon union (#226)

Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2009-01-24 05:03:00 UTC (rev 2257)
+++ trunk/source/Makefile.vc	2009-01-26 20:44:50 UTC (rev 2258)
@@ -102,6 +102,7 @@
 	geom\util\CoordinateOperation.obj \
 	geom\util\GeometryEditor.obj \
 	geom\util\GeometryTransformer.obj \
+	geom\util\GeometryCombiner.obj \
 	geom\util\ShortCircuitedGeometryVisitor.obj \
 	geom\prep\AbstractPreparedPolygonContains.obj \
 	geom\prep\BasicPreparedGeometry.obj \
@@ -256,6 +257,7 @@
 	operation\relate\RelateNodeFactory.obj \
 	operation\relate\RelateNodeGraph.obj \
 	operation\relate\RelateOp.obj \
+	operation\union\CascadedPolygonUnion.obj \
 	operation\valid\ConnectedInteriorTester.obj \
 	operation\valid\ConsistentAreaTester.obj \
 	operation\valid\IsValidOp.obj \



More information about the geos-commits mailing list