[geos-commits] r2161 - in trunk/source: algorithm algorithm/locate
geom/util index/intervalrtree noding
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Aug 18 12:29:09 EDT 2008
Author: mloskot
Date: 2008-08-18 12:29:09 -0400 (Mon, 18 Aug 2008)
New Revision: 2161
Modified:
trunk/source/algorithm/RayCrossingCounter.cpp
trunk/source/algorithm/locate/IndexedPointInAreaLocator.cpp
trunk/source/algorithm/locate/PointOnGeometryLocator.cpp
trunk/source/geom/util/ComponentCoordinateExtracter.cpp
trunk/source/index/intervalrtree/IntervalRTreeBranchNode.cpp
trunk/source/index/intervalrtree/IntervalRTreeLeafNode.cpp
trunk/source/index/intervalrtree/IntervalRTreeNode.cpp
trunk/source/index/intervalrtree/SortedPackedIntervalRTree.cpp
trunk/source/noding/FastSegmentSetIntersectionFinder.cpp
trunk/source/noding/MCIndexSegmentSetMutualIntersector.cpp
trunk/source/noding/NodedSegmentString.cpp
trunk/source/noding/SegmentIntersectionDetector.cpp
trunk/source/noding/SegmentStringUtil.cpp
Log:
Fixed svn:keywords.
Modified: trunk/source/algorithm/RayCrossingCounter.cpp
===================================================================
--- trunk/source/algorithm/RayCrossingCounter.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/algorithm/RayCrossingCounter.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/algorithm/locate/IndexedPointInAreaLocator.cpp
===================================================================
--- trunk/source/algorithm/locate/IndexedPointInAreaLocator.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/algorithm/locate/IndexedPointInAreaLocator.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/algorithm/locate/PointOnGeometryLocator.cpp
===================================================================
--- trunk/source/algorithm/locate/PointOnGeometryLocator.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/algorithm/locate/PointOnGeometryLocator.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/geom/util/ComponentCoordinateExtracter.cpp
===================================================================
--- trunk/source/geom/util/ComponentCoordinateExtracter.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/geom/util/ComponentCoordinateExtracter.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/index/intervalrtree/IntervalRTreeBranchNode.cpp
===================================================================
--- trunk/source/index/intervalrtree/IntervalRTreeBranchNode.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/index/intervalrtree/IntervalRTreeBranchNode.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/index/intervalrtree/IntervalRTreeLeafNode.cpp
===================================================================
--- trunk/source/index/intervalrtree/IntervalRTreeLeafNode.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/index/intervalrtree/IntervalRTreeLeafNode.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/index/intervalrtree/IntervalRTreeNode.cpp
===================================================================
--- trunk/source/index/intervalrtree/IntervalRTreeNode.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/index/intervalrtree/IntervalRTreeNode.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/index/intervalrtree/SortedPackedIntervalRTree.cpp
===================================================================
--- trunk/source/index/intervalrtree/SortedPackedIntervalRTree.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/index/intervalrtree/SortedPackedIntervalRTree.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/noding/FastSegmentSetIntersectionFinder.cpp
===================================================================
--- trunk/source/noding/FastSegmentSetIntersectionFinder.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/noding/FastSegmentSetIntersectionFinder.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/noding/MCIndexSegmentSetMutualIntersector.cpp
===================================================================
--- trunk/source/noding/MCIndexSegmentSetMutualIntersector.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/noding/MCIndexSegmentSetMutualIntersector.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/noding/NodedSegmentString.cpp
===================================================================
--- trunk/source/noding/NodedSegmentString.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/noding/NodedSegmentString.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/noding/SegmentIntersectionDetector.cpp
===================================================================
--- trunk/source/noding/SegmentIntersectionDetector.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/noding/SegmentIntersectionDetector.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
Modified: trunk/source/noding/SegmentStringUtil.cpp
===================================================================
--- trunk/source/noding/SegmentStringUtil.cpp 2008-08-18 16:27:58 UTC (rev 2160)
+++ trunk/source/noding/SegmentStringUtil.cpp 2008-08-18 16:29:09 UTC (rev 2161)
@@ -1,5 +1,5 @@
/**********************************************************************
- * $Id:
+ * $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
More information about the geos-commits
mailing list