[geos-commits] r2568 - in trunk/source: headers/geos/operation/predicate operation/predicate

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 8 13:02:33 EDT 2009


Author: strk
Date: 2009-06-08 13:02:33 -0400 (Mon, 08 Jun 2009)
New Revision: 2568

Modified:
   trunk/source/headers/geos/operation/predicate/RectangleContains.h
   trunk/source/headers/geos/operation/predicate/RectangleIntersects.h
   trunk/source/headers/geos/operation/predicate/SegmentIntersectionTester.h
   trunk/source/operation/predicate/SegmentIntersectionTester.cpp
Log:
Port info for operation::predicate (we're at JTS-1.7 here)


Modified: trunk/source/headers/geos/operation/predicate/RectangleContains.h
===================================================================
--- trunk/source/headers/geos/operation/predicate/RectangleContains.h	2009-06-08 16:58:42 UTC (rev 2567)
+++ trunk/source/headers/geos/operation/predicate/RectangleContains.h	2009-06-08 17:02:33 UTC (rev 2568)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/predicate/RectangleContains.java rev 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_PREDICATE_RECTANGLECONTAINS_H
@@ -44,7 +48,6 @@
  * this class can be used directly to test many geometries against a single
  * rectangle.
  *
- * Last port: operation/predicate/RectangleContains.java rev 1.1 (JTS-1.7)
  */
 class GEOS_DLL RectangleContains {
 

Modified: trunk/source/headers/geos/operation/predicate/RectangleIntersects.h
===================================================================
--- trunk/source/headers/geos/operation/predicate/RectangleIntersects.h	2009-06-08 16:58:42 UTC (rev 2567)
+++ trunk/source/headers/geos/operation/predicate/RectangleIntersects.h	2009-06-08 17:02:33 UTC (rev 2568)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/predicate/RectangleIntersects.java rev 1.3 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_PREDICATE_RECTANGLEINTERSECTS_H
@@ -40,7 +44,6 @@
  * this class can be used directly to test many geometries against a single
  * rectangle.
  *
- * Last port: operation/predicate/RectangleIntersects.java rev. 1.3 (JTS-1.7)
  */
 class GEOS_DLL RectangleIntersects {
 

Modified: trunk/source/headers/geos/operation/predicate/SegmentIntersectionTester.h
===================================================================
--- trunk/source/headers/geos/operation/predicate/SegmentIntersectionTester.h	2009-06-08 16:58:42 UTC (rev 2567)
+++ trunk/source/headers/geos/operation/predicate/SegmentIntersectionTester.h	2009-06-08 17:02:33 UTC (rev 2568)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/predicate/SegmentIntersectionTester.java rev. 1.6 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
@@ -38,9 +42,6 @@
  *
  * Short-circuited to return as soon an intersection is found.
  *
- * Last port: operation/predicate/SegmentIntersectionTester.java rev. 1.6
- * (JTS-1.7)
- *
  */
 class GEOS_DLL SegmentIntersectionTester {
 

Modified: trunk/source/operation/predicate/SegmentIntersectionTester.cpp
===================================================================
--- trunk/source/operation/predicate/SegmentIntersectionTester.cpp	2009-06-08 16:58:42 UTC (rev 2567)
+++ trunk/source/operation/predicate/SegmentIntersectionTester.cpp	2009-06-08 17:02:33 UTC (rev 2568)
@@ -13,8 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: operation/predicate/SegmentIntersectionTester.java rev. 1.6
- * (JTS-1.7)
+ * Last port: operation/predicate/SegmentIntersectionTester.java rev. 1.6 (JTS-1.7)
  *
  **********************************************************************/
 



More information about the geos-commits mailing list