[geos-commits] r3239 - in trunk: include/geos/noding/snapround
src/noding/snapround
svn_geos at osgeo.org
svn_geos at osgeo.org
Wed Feb 23 09:37:29 EST 2011
Author: strk
Date: 2011-02-23 06:37:29 -0800 (Wed, 23 Feb 2011)
New Revision: 3239
Modified:
trunk/include/geos/noding/snapround/SimpleSnapRounder.h
trunk/src/noding/snapround/SimpleSnapRounder.cpp
Log:
Update port info for SimpleSnapRounder
Modified: trunk/include/geos/noding/snapround/SimpleSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/SimpleSnapRounder.h 2011-02-23 14:37:18 UTC (rev 3238)
+++ trunk/include/geos/noding/snapround/SimpleSnapRounder.h 2011-02-23 14:37:29 UTC (rev 3239)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: noding/snapround/SimpleSnapRounder.java rev. 1.4 (JTS-1.9)
+ * Last port: noding/snapround/SimpleSnapRounder.java r320 (JTS-1.12)
*
**********************************************************************/
@@ -63,6 +63,7 @@
* and all the input vertices must be rounded to that precision).
*
* This implementation uses simple iteration over the line segments.
+ * * This is not the most efficient approach for large sets of segments.
*
* This implementation appears to be fully robust using an integer
* precision model.
@@ -86,7 +87,7 @@
* Computes nodes introduced as a result of
* snapping segments to vertices of other segments
*
- * @param segStrings the list of segment strings to snap together.
+ * @param edges the list of segment strings to snap together.
* Must be NodedSegmentString or an assertion will fail.
*/
void computeVertexSnaps(const std::vector<SegmentString*>& edges);
Modified: trunk/src/noding/snapround/SimpleSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/SimpleSnapRounder.cpp 2011-02-23 14:37:18 UTC (rev 3238)
+++ trunk/src/noding/snapround/SimpleSnapRounder.cpp 2011-02-23 14:37:29 UTC (rev 3239)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: noding/snapround/SimpleSnapRounder.java rev. 1.4 (JTS-1.9)
+ * Last port: noding/snapround/SimpleSnapRounder.java r320 (JTS-1.12)
*
**********************************************************************/
More information about the geos-commits
mailing list