[geos-commits] r3164 - in trunk: include/geos/algorithm src/algorithm

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 24 09:27:47 EST 2010


Author: strk
Date: 2010-12-24 06:27:46 -0800 (Fri, 24 Dec 2010)
New Revision: 3164

Modified:
   trunk/include/geos/algorithm/InteriorPointLine.h
   trunk/src/algorithm/InteriorPointLine.cpp
Log:
Record port info for InteriorPointLine

Modified: trunk/include/geos/algorithm/InteriorPointLine.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointLine.h	2010-12-22 16:28:08 UTC (rev 3163)
+++ trunk/include/geos/algorithm/InteriorPointLine.h	2010-12-24 14:27:46 UTC (rev 3164)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: algorithm/InteriorPointLine.java r317 (JTS-1.12)
+ *
  **********************************************************************/
 
 #ifndef GEOS_ALGORITHM_INTERIORPOINTLINE_H
@@ -36,12 +40,11 @@
  * Computes a point in the interior of an linear geometry.
  *
  * <h2>Algorithm</h2>
- * <ul>
- * <li>Find an interior vertex which is closest to
- * the centroid of the linestring.
- * <li>If there is no interior vertex, find the endpoint which is
- * closest to the centroid.
- * </ul>
+ * 
+ * - Find an interior vertex which is closest to
+ *   the centroid of the linestring.
+ * - If there is no interior vertex, find the endpoint which is
+ *   closest to the centroid.
  */
 class GEOS_DLL InteriorPointLine {
 public:

Modified: trunk/src/algorithm/InteriorPointLine.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointLine.cpp	2010-12-22 16:28:08 UTC (rev 3163)
+++ trunk/src/algorithm/InteriorPointLine.cpp	2010-12-24 14:27:46 UTC (rev 3164)
@@ -14,6 +14,8 @@
  *
  **********************************************************************
  *
+ * Last port: algorithm/InteriorPointLine.java r317 (JTS-1.12)
+ *
  **********************************************************************/
 
 #include <geos/algorithm/InteriorPointLine.h>



More information about the geos-commits mailing list