[geos-commits] r3174 - in trunk: include/geos/algorithm
src/algorithm
svn_geos at osgeo.org
svn_geos at osgeo.org
Wed Feb 2 14:24:03 EST 2011
Author: strk
Date: 2011-02-02 11:24:03 -0800 (Wed, 02 Feb 2011)
New Revision: 3174
Modified:
trunk/include/geos/algorithm/PointLocator.h
trunk/src/algorithm/PointLocator.cpp
Log:
Check PointLocator sync with JTS-1.12
Modified: trunk/include/geos/algorithm/PointLocator.h
===================================================================
--- trunk/include/geos/algorithm/PointLocator.h 2011-02-02 19:23:52 UTC (rev 3173)
+++ trunk/include/geos/algorithm/PointLocator.h 2011-02-02 19:24:03 UTC (rev 3174)
@@ -4,7 +4,7 @@
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
- * Copyright (C) 2005-2006 Refractions Research Inc.
+ * Copyright (C) 2005-2011 Refractions Research Inc.
* Copyright (C) 2001-2002 Vivid Solutions Inc.
*
* This is free software; you can redistribute and/or modify it under
@@ -12,6 +12,10 @@
* by the Free Software Foundation.
* See the COPYING file for more information.
*
+ **********************************************************************
+ *
+ * Last port: algorithm/PointLocator.java r320 (JTS-1.12)
+ *
**********************************************************************/
#ifndef GEOS_ALGORITHM_POINTLOCATOR_H
Modified: trunk/src/algorithm/PointLocator.cpp
===================================================================
--- trunk/src/algorithm/PointLocator.cpp 2011-02-02 19:23:52 UTC (rev 3173)
+++ trunk/src/algorithm/PointLocator.cpp 2011-02-02 19:24:03 UTC (rev 3174)
@@ -4,7 +4,7 @@
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
- * Copyright (C) 2005-2006 Refractions Research Inc.
+ * Copyright (C) 2005-2011 Refractions Research Inc.
* Copyright (C) 2001-2002 Vivid Solutions Inc.
*
* This is free software; you can redistribute and/or modify it under
@@ -14,7 +14,7 @@
*
**********************************************************************
*
- * Last port: algorithm/PointLocator.java rev. 1.26 (JTS-1.7+)
+ * Last port: algorithm/PointLocator.java r320 (JTS-1.12)
*
**********************************************************************/
More information about the geos-commits
mailing list