[geos-commits] r2501 - in trunk/source: headers/geos/operation/overlay operation/overlay

svn_geos at osgeo.org svn_geos at osgeo.org
Fri May 8 12:30:21 EDT 2009


Author: strk
Date: 2009-05-08 12:30:21 -0400 (Fri, 08 May 2009)
New Revision: 2501

Modified:
   trunk/source/headers/geos/operation/overlay/PolygonBuilder.h
   trunk/source/operation/overlay/PolygonBuilder.cpp
Log:
Update port info

Modified: trunk/source/headers/geos/operation/overlay/PolygonBuilder.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/PolygonBuilder.h	2009-05-08 12:47:55 UTC (rev 2500)
+++ trunk/source/headers/geos/operation/overlay/PolygonBuilder.h	2009-05-08 16:30:21 UTC (rev 2501)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/PolygonBuilder.java rev. 1.20 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_POLYGONBUILDER_H
@@ -51,7 +55,6 @@
 class PolygonBuilder {
 public:
 
-	// CGAlgorithms argument is unused
 	PolygonBuilder(const geom::GeometryFactory *newGeometryFactory);
 
 	~PolygonBuilder();
@@ -150,6 +153,8 @@
 	 * properly contained (i.e. are connected to their
 	 * parent shell) would have formed part of a MaximalEdgeRing
 	 * and been handled in a previous step.
+	 *
+	 * @throws TopologyException if a hole cannot be assigned to a shell
 	 */
 	void placeFreeHoles(std::vector<geomgraph::EdgeRing*>& newShellList,
 		std::vector<geomgraph::EdgeRing*>& freeHoleList);

Modified: trunk/source/operation/overlay/PolygonBuilder.cpp
===================================================================
--- trunk/source/operation/overlay/PolygonBuilder.cpp	2009-05-08 12:47:55 UTC (rev 2500)
+++ trunk/source/operation/overlay/PolygonBuilder.cpp	2009-05-08 16:30:21 UTC (rev 2501)
@@ -14,7 +14,7 @@
  *
  **********************************************************************
  *
- * Last port: operation/overlay/PolygonBuilder.java rev. 1.18 (JTS-1.7)
+ * Last port: operation/overlay/PolygonBuilder.java rev. 1.20 (JTS-1.10)
  *
  **********************************************************************/
 



More information about the geos-commits mailing list