00001 /********************************************************************** 00002 * $Id: geomUtil.h 2120 2008-01-30 22:34:13Z benjubb $ 00003 * 00004 * GEOS - Geometry Engine Open Source 00005 * http://geos.refractions.net 00006 * 00007 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00008 * Copyright (C) 2006 Refractions Research Inc. 00009 * 00010 * This is free software; you can redistribute and/or modify it under 00011 * the terms of the GNU Lesser General Public Licence as published 00012 * by the Free Software Foundation. 00013 * See the COPYING file for more information. 00014 * 00015 **********************************************************************/ 00016 00017 #ifndef GEOS_GEOMUTIL_H 00018 #define GEOS_GEOMUTIL_H 00019 00020 #include <geos/geom/util/GeometryEditor.h> 00021 #include <geos/geom/util/GeometryEditorOperation.h> 00022 #include <geos/geom/util/CoordinateOperation.h> 00023 #include <geos/geom/util/LinearComponentExtracter.h> 00024 #include <geos/geom/util/PointExtracter.h> 00025 #include <geos/geom/util/PolygonExtracter.h> 00026 #include <geos/geom/util/ShortCircuitedGeometryVisitor.h> 00027 00028 namespace geos { 00029 namespace geom { // geos.geom 00030 00034 namespace util { // geos.geom.util 00035 00036 } // namespace geos.geom.util 00037 } // namespace geos.geom 00038 } // namespace geos 00039 00040 #endif 00041 00042 /********************************************************************** 00043 * $Log$ 00044 * Revision 1.9 2006/03/09 16:46:48 strk 00045 * geos::geom namespace definition, first pass at headers split 00046 * 00047 **********************************************************************/