[geos-commits] r2553 - in trunk/source: headers/geos/operation/distance operation/distance

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 5 20:55:55 EDT 2009


Author: strk
Date: 2009-06-05 20:55:55 -0400 (Fri, 05 Jun 2009)
New Revision: 2553

Modified:
   trunk/source/headers/geos/operation/distance/ConnectedElementLocationFilter.h
   trunk/source/headers/geos/operation/distance/ConnectedElementPointFilter.h
   trunk/source/headers/geos/operation/distance/DistanceOp.h
   trunk/source/headers/geos/operation/distance/GeometryLocation.h
   trunk/source/operation/distance/ConnectedElementLocationFilter.cpp
   trunk/source/operation/distance/ConnectedElementPointFilter.cpp
   trunk/source/operation/distance/GeometryLocation.cpp
Log:
Complete port info and headers exposion for operation::distance package


Modified: trunk/source/headers/geos/operation/distance/ConnectedElementLocationFilter.h
===================================================================
--- trunk/source/headers/geos/operation/distance/ConnectedElementLocationFilter.h	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/headers/geos/operation/distance/ConnectedElementLocationFilter.h	2009-06-06 00:55:55 UTC (rev 2553)
@@ -11,6 +11,12 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/ConnectedElementLocationFilter.java rev. 1.4 (JTS-1.10)
+ *
+ * NON-EXPOSED GEOS HEADER
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H

Modified: trunk/source/headers/geos/operation/distance/ConnectedElementPointFilter.h
===================================================================
--- trunk/source/headers/geos/operation/distance/ConnectedElementPointFilter.h	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/headers/geos/operation/distance/ConnectedElementPointFilter.h	2009-06-06 00:55:55 UTC (rev 2553)
@@ -11,6 +11,12 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/ConnectedElementPointFilter.java rev. 1.7 (JTS-1.10)
+ *
+ * NON-EXPOSED GEOS HEADER
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H

Modified: trunk/source/headers/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/source/headers/geos/operation/distance/DistanceOp.h	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/headers/geos/operation/distance/DistanceOp.h	2009-06-06 00:55:55 UTC (rev 2553)
@@ -15,6 +15,8 @@
  *
  * Last port: operation/distance/DistanceOp.java rev 1.17
  *
+ * EXPOSED GEOS HEADER
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_DISTANCE_DISTANCEOP_H

Modified: trunk/source/headers/geos/operation/distance/GeometryLocation.h
===================================================================
--- trunk/source/headers/geos/operation/distance/GeometryLocation.h	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/headers/geos/operation/distance/GeometryLocation.h	2009-06-06 00:55:55 UTC (rev 2553)
@@ -11,6 +11,12 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/GeometryLocation.java rev. 1.4 (JTS-1.7)
+ *
+ * NON-EXPOSED GEOS HEADER
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
@@ -48,8 +54,8 @@
 	geom::Coordinate pt;
 public:  
 	/**
-	 * Special value of segment-index for locations inside area geometries. These
-	 * locations do not have an associated segment index.
+	 * Special value of segment-index for locations inside area geometries.
+	 * These locations do not have an associated segment index.
 	 */
 	static const int INSIDE_AREA = -1;
 

Modified: trunk/source/operation/distance/ConnectedElementLocationFilter.cpp
===================================================================
--- trunk/source/operation/distance/ConnectedElementLocationFilter.cpp	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/operation/distance/ConnectedElementLocationFilter.cpp	2009-06-06 00:55:55 UTC (rev 2553)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/ConnectedElementLocationFilter.java rev. 1.4 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/distance/ConnectedElementLocationFilter.h>

Modified: trunk/source/operation/distance/ConnectedElementPointFilter.cpp
===================================================================
--- trunk/source/operation/distance/ConnectedElementPointFilter.cpp	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/operation/distance/ConnectedElementPointFilter.cpp	2009-06-06 00:55:55 UTC (rev 2553)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/ConnectedElementPointFilter.java rev. 1.7 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/distance/ConnectedElementPointFilter.h>

Modified: trunk/source/operation/distance/GeometryLocation.cpp
===================================================================
--- trunk/source/operation/distance/GeometryLocation.cpp	2009-06-05 18:18:35 UTC (rev 2552)
+++ trunk/source/operation/distance/GeometryLocation.cpp	2009-06-06 00:55:55 UTC (rev 2553)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/GeometryLocation.java rev. 1.4 (JTS-1.7)
+ *
  **********************************************************************/
 
 #include <geos/operation/distance/GeometryLocation.h>



More information about the geos-commits mailing list