[geos-commits] r2432 - in trunk/source: headers/geos/operation
operation
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Apr 30 06:51:41 EDT 2009
Author: strk
Date: 2009-04-30 06:51:40 -0400 (Thu, 30 Apr 2009)
New Revision: 2432
Modified:
trunk/source/headers/geos/operation/IsSimpleOp.h
trunk/source/operation/IsSimpleOp.cpp
Log:
Sync to rev 1.22 (JTS-1.10)
Modified: trunk/source/headers/geos/operation/IsSimpleOp.h
===================================================================
--- trunk/source/headers/geos/operation/IsSimpleOp.h 2009-04-30 10:47:08 UTC (rev 2431)
+++ trunk/source/headers/geos/operation/IsSimpleOp.h 2009-04-30 10:51:40 UTC (rev 2432)
@@ -15,7 +15,7 @@
*
**********************************************************************
*
- * Last port: operation/IsSimpleOp.java rev. 1.19
+ * Last port: operation/IsSimpleOp.java rev. 1.22 (JTS-1.10)
*
**********************************************************************/
@@ -72,8 +72,9 @@
* use {@link Geometry::isValid}).
*
* - Linear geometries are simple iff they do not self-intersect at points
- * other than boundary points. (This means that closed linestrings
- * cannot be touched at their endpoints, since by the Mod-2 rule these are
+ * other than boundary points.
+ * (Using the Mod-2 rule, this means that closed linestrings
+ * cannot be touched at their endpoints, since these are
* interior points, not boundary points).
*
* - Zero-dimensional geometries (points) are simple iff they have no
Modified: trunk/source/operation/IsSimpleOp.cpp
===================================================================
--- trunk/source/operation/IsSimpleOp.cpp 2009-04-30 10:47:08 UTC (rev 2431)
+++ trunk/source/operation/IsSimpleOp.cpp 2009-04-30 10:51:40 UTC (rev 2432)
@@ -15,7 +15,7 @@
*
**********************************************************************
*
- * Last port: operation/IsSimpleOp.java rev. 1.19
+ * Last port: operation/IsSimpleOp.java rev. 1.22 (JTS-1.10)
*
**********************************************************************/
More information about the geos-commits
mailing list