[geos-commits] r2115 - trunk/source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jan 30 14:09:49 EST 2008


Author: benjubb
Date: 2008-01-30 14:09:49 -0500 (Wed, 30 Jan 2008)
New Revision: 2115

Added:
   trunk/source/headers/geos/geomPrep.h
Log:
Added for benefit of doxygen.




Added: trunk/source/headers/geos/geomPrep.h
===================================================================
--- trunk/source/headers/geos/geomPrep.h	                        (rev 0)
+++ trunk/source/headers/geos/geomPrep.h	2008-01-30 19:09:49 UTC (rev 2115)
@@ -0,0 +1,44 @@
+/**********************************************************************
+ * $Id:$
+ *
+ * GEOS - Geometry Engine Open Source
+ * http://geos.refractions.net
+ *
+ * Copyright (C) 2001-2002 Vivid Solutions Inc.
+ * Copyright (C) 2006 Refractions Research 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.
+ *
+ **********************************************************************/
+
+#ifndef GEOS_GEOMPREP_H
+#define GEOS_GEOMPREP_H
+
+#include <geos/geom/prep/PreparedGeometry.h>
+#include <geos/geom/prep/PreparedGeometryFactory.h>
+#include <geos/geom/prep/PreparedPoint.h>
+#include <geos/geom/prep/PreparedLineString.h>
+#include <geos/geom/prep/PreparedPolygon.h>
+
+namespace geos {
+namespace geom { // geos.geom
+
+/** \brief
+ * Contains classes and interfaces implementing algorithms that optimize the 
+ * performance of repeated calls to specific geometric operations.
+ */
+namespace prep { // geos.geom.prep
+
+} // namespace geos.geom.prep
+} // namespace geos.geom
+} // namespace geos
+
+#endif //GEOS_GEOMPREP_H
+
+/**********************************************************************
+ * $Log$
+ *
+ **********************************************************************/



More information about the geos-commits mailing list