[geos-commits] r2068 - trunk/source/geom/util

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 15:44:59 EST 2007


Author: benjubb
Date: 2007-12-21 15:44:58 -0500 (Fri, 21 Dec 2007)
New Revision: 2068

Added:
   trunk/source/geom/util/ComponentCoordinateExtracter.cpp
Log:
Added from JTS 1.9 to support prepared geometry 

Added: trunk/source/geom/util/ComponentCoordinateExtracter.cpp
===================================================================
--- trunk/source/geom/util/ComponentCoordinateExtracter.cpp	                        (rev 0)
+++ trunk/source/geom/util/ComponentCoordinateExtracter.cpp	2007-12-21 20:44:58 UTC (rev 2068)
@@ -0,0 +1,31 @@
+/**********************************************************************
+ * $Id:
+ *
+ * GEOS - Geometry Engine Open Source
+ * http://geos.refractions.net
+ *
+ * Copyright (C) 2001-2002 Vivid Solutions Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU Lesser General Public Licence as published
+ * by the Free Software Foundation. 
+ * See the COPYING file for more information.
+ *
+ **********************************************************************/
+
+
+#include <geos/geom/util/ComponentCoordinateExtracter.h>
+#include <typeinfo>
+
+namespace geos {
+namespace geom { // geos.geom
+namespace util { // geos.geom.util
+
+} // namespace geos.geom.util
+} // namespace geos.geom
+} // namespace geos
+
+/**********************************************************************
+ * $Log$
+ *
+ **********************************************************************/


Property changes on: trunk/source/geom/util/ComponentCoordinateExtracter.cpp
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the geos-commits mailing list