Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / geomUtil.h
blobfb7086cc1fba421e9419bfed8f9edb647398ab55
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 * Copyright (C) 2006 Refractions Research Inc.
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
14 **********************************************************************/
16 #ifndef GEOS_GEOMUTIL_H
17 #define GEOS_GEOMUTIL_H
19 #include <geos/geom/util/GeometryEditor.h>
20 #include <geos/geom/util/GeometryEditorOperation.h>
21 #include <geos/geom/util/CoordinateOperation.h>
22 #include <geos/geom/util/LinearComponentExtracter.h>
23 #include <geos/geom/util/PointExtracter.h>
24 #include <geos/geom/util/PolygonExtracter.h>
25 #include <geos/geom/util/ShortCircuitedGeometryVisitor.h>
27 namespace geos {
28 namespace geom { // geos.geom
30 /** \brief
31 * Provides classes that parse and modify Geometry objects.
33 namespace util { // geos.geom.util
35 } // namespace geos.geom.util
36 } // namespace geos.geom
37 } // namespace geos
39 #endif
41 /**********************************************************************
42 * $Log$
43 * Revision 1.9 2006/03/09 16:46:48 strk
44 * geos::geom namespace definition, first pass at headers split
46 **********************************************************************/