00001 /********************************************************************** 00002 * $Id: opPolygonize.h 1820 2006-09-06 16:54:23Z mloskot $ 00003 * 00004 * GEOS - Geometry Engine Open Source 00005 * http://geos.refractions.net 00006 * 00007 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00008 * 00009 * This is free software; you can redistribute and/or modify it under 00010 * the terms of the GNU Lesser General Public Licence as published 00011 * by the Free Software Foundation. 00012 * See the COPYING file for more information. 00013 * 00014 **********************************************************************/ 00015 00016 00017 #ifndef GEOS_OPPOLYGONIZE_H 00018 #define GEOS_OPPOLYGONIZE_H 00019 00020 namespace geos { 00021 namespace operation { // geos.operation 00022 namespace polygonize { // geos.operation.polygonize 00023 00024 } // namespace geos.operation.polygonize 00025 } // namespace geos.operation 00026 } // namespace geos 00027 00028 //#include <geos/operation/polygonize/EdgeRing.h> 00029 //#include <geos/operation/polygonize/PolygonizeDirectedEdge.h> 00030 //#include <geos/operation/polygonize/PolygonizeEdge.h> 00031 //#include <geos/operation/polygonize/PolygonizeGraph.h> 00032 #include <geos/operation/polygonize/Polygonizer.h> 00033 00034 #endif 00035