[geos-commits] r3245 - in trunk: include/geos/operation/buffer
src/operation/buffer
svn_geos at osgeo.org
svn_geos at osgeo.org
Wed Feb 23 11:46:10 EST 2011
Author: strk
Date: 2011-02-23 08:46:10 -0800 (Wed, 23 Feb 2011)
New Revision: 3245
Modified:
trunk/include/geos/operation/buffer/BufferBuilder.h
trunk/include/geos/operation/buffer/BufferOp.h
trunk/include/geos/operation/buffer/BufferParameters.h
trunk/include/geos/operation/buffer/BufferSubgraph.h
trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
trunk/include/geos/operation/buffer/OffsetCurveVertexList.h
trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
trunk/src/operation/buffer/BufferBuilder.cpp
trunk/src/operation/buffer/BufferOp.cpp
trunk/src/operation/buffer/BufferParameters.cpp
trunk/src/operation/buffer/BufferSubgraph.cpp
trunk/src/operation/buffer/RightmostEdgeFinder.cpp
trunk/src/operation/buffer/SubgraphDepthLocater.cpp
Log:
Update port info
Modified: trunk/include/geos/operation/buffer/BufferBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferBuilder.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/BufferBuilder.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -14,7 +14,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferBuilder.java rev. 1.30 (JTS-1.10)
+ * Last port: operation/buffer/BufferBuilder.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/BufferOp.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferOp.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/BufferOp.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -15,7 +15,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferOp.java rev. 1.43 (JTS-1.10)
+ * Last port: operation/buffer/BufferOp.java r262 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferParameters.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/BufferParameters.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferParameters.java rev 1.5 (JTS-1.10)
+ * Last port: operation/buffer/BufferParameters.java r262 (JTS-1.11+)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/BufferSubgraph.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferSubgraph.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/BufferSubgraph.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferSubgraph.java rev. 1.21 (JTS-1.10)
+ * Last port: operation/buffer/BufferSubgraph.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveBuilder.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/OffsetCurveBuilder.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -61,8 +61,6 @@
* of all the noded raw curves and tracing outside contours.
* The points in the raw curve are rounded to the required precision model.
*
- * Last port: operation/buffer/OffsetCurveBuilder.java rev. 1.9
- *
*/
class GEOS_DLL OffsetCurveBuilder {
public:
Modified: trunk/include/geos/operation/buffer/OffsetCurveVertexList.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveVertexList.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/OffsetCurveVertexList.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/OffsetCurveVertexList.java rev. 1.2 (JTS-1.10)
+ * Last port: operation/buffer/OffsetCurveVertexList.java r262 (JTS-1.11+)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
===================================================================
--- trunk/include/geos/operation/buffer/RightmostEdgeFinder.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/RightmostEdgeFinder.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/RightmostEdgeFinder.java rev. 1.14 (JTS-1.10)
+ * Last port: operation/buffer/RightmostEdgeFinder.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
===================================================================
--- trunk/include/geos/operation/buffer/SubgraphDepthLocater.h 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/include/geos/operation/buffer/SubgraphDepthLocater.h 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/SubgraphDepthLocater.java rev. 1.7 (JTS-1.10)
+ * Last port: operation/buffer/SubgraphDepthLocater.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/BufferBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/BufferBuilder.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/BufferBuilder.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -16,7 +16,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferBuilder.java rev. 1.30 (JTS-1.10)
+ * Last port: operation/buffer/BufferBuilder.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/BufferOp.cpp
===================================================================
--- trunk/src/operation/buffer/BufferOp.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/BufferOp.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -15,7 +15,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferOp.java rev. 1.43 (JTS-1.10)
+ * Last port: operation/buffer/BufferOp.java r262 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/BufferParameters.cpp
===================================================================
--- trunk/src/operation/buffer/BufferParameters.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/BufferParameters.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferParameters.java rev 1.5 (JTS-1.10)
+ * Last port: operation/buffer/BufferParameters.java r262 (JTS-1.11+)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/BufferSubgraph.cpp
===================================================================
--- trunk/src/operation/buffer/BufferSubgraph.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/BufferSubgraph.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -14,7 +14,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/BufferSubgraph.java rev. 1.21 (JTS-1.10)
+ * Last port: operation/buffer/BufferSubgraph.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/RightmostEdgeFinder.cpp
===================================================================
--- trunk/src/operation/buffer/RightmostEdgeFinder.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/RightmostEdgeFinder.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -14,7 +14,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/RightmostEdgeFinder.java rev. 1.14 (JTS-1.10)
+ * Last port: operation/buffer/RightmostEdgeFinder.java r320 (JTS-1.12)
*
**********************************************************************/
Modified: trunk/src/operation/buffer/SubgraphDepthLocater.cpp
===================================================================
--- trunk/src/operation/buffer/SubgraphDepthLocater.cpp 2011-02-23 16:21:35 UTC (rev 3244)
+++ trunk/src/operation/buffer/SubgraphDepthLocater.cpp 2011-02-23 16:46:10 UTC (rev 3245)
@@ -14,7 +14,7 @@
*
**********************************************************************
*
- * Last port: operation/buffer/SubgraphDepthLocater.java rev. 1.7 (JTS-1.10)
+ * Last port: operation/buffer/SubgraphDepthLocater.java r320 (JTS-1.12)
*
**********************************************************************/
More information about the geos-commits
mailing list