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

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 8 12:09:51 EDT 2009


Author: strk
Date: 2009-06-08 12:09:51 -0400 (Mon, 08 Jun 2009)
New Revision: 2564

Modified:
   trunk/source/headers/geos/operation/overlay/EdgeSetNoder.h
   trunk/source/headers/geos/operation/overlay/ElevationMatrix.h
   trunk/source/headers/geos/operation/overlay/ElevationMatrixCell.h
   trunk/source/headers/geos/operation/overlay/LineBuilder.h
   trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.h
   trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.inl
   trunk/source/headers/geos/operation/overlay/OverlayNodeFactory.h
   trunk/source/headers/geos/operation/overlay/PointBuilder.h
   trunk/source/operation/overlay/EdgeSetNoder.cpp
   trunk/source/operation/overlay/ElevationMatrix.cpp
   trunk/source/operation/overlay/ElevationMatrixCell.cpp
   trunk/source/operation/overlay/LineBuilder.cpp
   trunk/source/operation/overlay/MinimalEdgeRing.cpp
   trunk/source/operation/overlay/OverlayNodeFactory.cpp
   trunk/source/operation/overlay/PointBuilder.cpp
Log:
Complete port info in overlay package


Modified: trunk/source/headers/geos/operation/overlay/EdgeSetNoder.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/EdgeSetNoder.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/EdgeSetNoder.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/EdgeSetNoder.java rev. 1.12 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_EDGESETNODER_H

Modified: trunk/source/headers/geos/operation/overlay/ElevationMatrix.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/ElevationMatrix.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/ElevationMatrix.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: original (by strk)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_ELEVATIONMATRIX_H

Modified: trunk/source/headers/geos/operation/overlay/ElevationMatrixCell.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/ElevationMatrixCell.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/ElevationMatrixCell.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: original (by strk)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_ELEVATIONMATRIXCELL_H

Modified: trunk/source/headers/geos/operation/overlay/LineBuilder.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/LineBuilder.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/LineBuilder.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/LineBuilder.java rev. 1.13 (JTS-1.4)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_LINEBUILDER_H

Modified: trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/MinimalEdgeRing.java rev. 1.13 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_MINIMALEDGERING_H

Modified: trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.inl
===================================================================
--- trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.inl	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/MinimalEdgeRing.inl	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/MinimalEdgeRing.java rev. 1.13 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_MINIMALEDGERING_INL

Modified: trunk/source/headers/geos/operation/overlay/OverlayNodeFactory.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/OverlayNodeFactory.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/OverlayNodeFactory.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/OverlayNodeFactory.java rev. 1.11 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H

Modified: trunk/source/headers/geos/operation/overlay/PointBuilder.h
===================================================================
--- trunk/source/headers/geos/operation/overlay/PointBuilder.h	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/headers/geos/operation/overlay/PointBuilder.h	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/PointBuilder.java rev. 1.16 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_OVERLAY_POINTBUILDER_H

Modified: trunk/source/operation/overlay/EdgeSetNoder.cpp
===================================================================
--- trunk/source/operation/overlay/EdgeSetNoder.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/EdgeSetNoder.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/EdgeSetNoder.java rev. 1.12 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <vector>

Modified: trunk/source/operation/overlay/ElevationMatrix.cpp
===================================================================
--- trunk/source/operation/overlay/ElevationMatrix.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/ElevationMatrix.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: original (by strk)
+ *
  **********************************************************************/
 
 #include <iostream>

Modified: trunk/source/operation/overlay/ElevationMatrixCell.cpp
===================================================================
--- trunk/source/operation/overlay/ElevationMatrixCell.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/ElevationMatrixCell.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: original (by strk)
+ *
  **********************************************************************/
 
 #include <sstream>

Modified: trunk/source/operation/overlay/LineBuilder.cpp
===================================================================
--- trunk/source/operation/overlay/LineBuilder.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/LineBuilder.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/LineBuilder.java rev. 1.13 (JTS-1.4)
+ *
  **********************************************************************/
 
 #include <map>

Modified: trunk/source/operation/overlay/MinimalEdgeRing.cpp
===================================================================
--- trunk/source/operation/overlay/MinimalEdgeRing.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/MinimalEdgeRing.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/MinimalEdgeRing.java rev. 1.13 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/overlay/MinimalEdgeRing.h>

Modified: trunk/source/operation/overlay/OverlayNodeFactory.cpp
===================================================================
--- trunk/source/operation/overlay/OverlayNodeFactory.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/OverlayNodeFactory.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/overlay/OverlayNodeFactory.java rev. 1.11 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/overlay/OverlayNodeFactory.h>

Modified: trunk/source/operation/overlay/PointBuilder.cpp
===================================================================
--- trunk/source/operation/overlay/PointBuilder.cpp	2009-06-08 15:43:40 UTC (rev 2563)
+++ trunk/source/operation/overlay/PointBuilder.cpp	2009-06-08 16:09:51 UTC (rev 2564)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ ***********************************************************************
+ *
+ * Last port: operation/overlay/PointBuilder.java rev. 1.16 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/overlay/PointBuilder.h>



More information about the geos-commits mailing list