[geos-commits] r2669 - trunk/source

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Oct 8 08:51:45 EDT 2009


Author: warmerdam
Date: 2009-10-08 08:51:45 -0400 (Thu, 08 Oct 2009)
New Revision: 2669

Modified:
   trunk/source/Makefile.vc
   trunk/source/dirlist.mk
Log:
add new directories and source (#288)

Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2009-10-08 08:56:23 UTC (rev 2668)
+++ trunk/source/Makefile.vc	2009-10-08 12:51:45 UTC (rev 2669)
@@ -222,7 +222,7 @@
 	operation\overlay\OverlayOp.$(EXT) \
 	operation\overlay\PointBuilder.$(EXT) \
 	operation\overlay\PolygonBuilder.$(EXT) \
-    operation\overlay\snap\GeometrySnapper.$(EXT) \
+	operation\overlay\snap\GeometrySnapper.$(EXT) \
  	operation\overlay\snap\LineStringSnapper.$(EXT) \
  	operation\overlay\snap\SnapOverlayOp.$(EXT) \
  	operation\overlay\snap\SnapIfNeededOverlayOp.$(EXT) \
@@ -280,6 +280,15 @@
 	util\GeometricShapeFactory.$(EXT) \
 	util\math.$(EXT) \
 	util\Profiler.$(EXT) \
+	linearref\ExtractLineByLocation.$(EXT) \
+	linearref\LengthIndexOfPoint.$(EXT) \
+	linearref\LengthIndexedLine.$(EXT) \
+	linearref\LengthLocationMap.$(EXT) \
+	linearref\LinearGeometryBuilder.$(EXT) \
+	linearref\LinearIterator.$(EXT) \
+	linearref\LinearLocation.$(EXT) \
+	linearref\LocationIndexOfLine.$(EXT) \
+	linearref\LocationIndexOfPoint.$(EXT) \
 	..\capi\geos_c.$(EXT) \
 	..\capi\geos_ts_c.$(EXT) \
 	inlines.$(EXT)

Modified: trunk/source/dirlist.mk
===================================================================
--- trunk/source/dirlist.mk	2009-10-08 08:56:23 UTC (rev 2668)
+++ trunk/source/dirlist.mk	2009-10-08 12:51:45 UTC (rev 2669)
@@ -4,6 +4,7 @@
 #
 
 GEOS_DIRLIST =  algorithm \
+                algorithm\distance \
                 algorithm\locate \
                 examples \
                 geom \
@@ -21,6 +22,7 @@
                 index\strtree \
                 index\sweepline \
                 io \
+		linearref \
                 noding \
                 noding\snapround \
                 operation \
@@ -28,6 +30,8 @@
                 operation\distance \
                 operation\linemerge \
                 operation\overlay \
+                operation\overlay\snap \
+                operation\overlay\validate \
                 operation\polygonize \
                 operation\predicate \
                 operation\relate \
@@ -36,6 +40,6 @@
                 planargraph \
                 planargraph\algorithm \
                 precision \
-				simplify \
+		simplify \
                 util
 



More information about the geos-commits mailing list