GEOS  3.3.3
geomUtil.h
1 /**********************************************************************
2  * $Id: geomUtil.h 2120 2008-01-30 22:34:13Z benjubb $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2001-2002 Vivid Solutions Inc.
8  * Copyright (C) 2006 Refractions Research Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_GEOMUTIL_H
18 #define GEOS_GEOMUTIL_H
19 
20 #include <geos/geom/util/GeometryEditor.h>
21 #include <geos/geom/util/GeometryEditorOperation.h>
22 #include <geos/geom/util/CoordinateOperation.h>
23 #include <geos/geom/util/LinearComponentExtracter.h>
24 #include <geos/geom/util/PointExtracter.h>
25 #include <geos/geom/util/PolygonExtracter.h>
26 #include <geos/geom/util/ShortCircuitedGeometryVisitor.h>
27 
28 namespace geos {
29 namespace geom { // geos.geom
30 
34 namespace util { // geos.geom.util
35 
36 } // namespace geos.geom.util
37 } // namespace geos.geom
38 } // namespace geos
39 
40 #endif
41 
42 /**********************************************************************
43  * $Log$
44  * Revision 1.9 2006/03/09 16:46:48 strk
45  * geos::geom namespace definition, first pass at headers split
46  *
47  **********************************************************************/