Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / opPolygonize.h
blob57a1773c785ea955d15bb76f628fa8f085b31a39
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
13 **********************************************************************/
16 #ifndef GEOS_OPPOLYGONIZE_H
17 #define GEOS_OPPOLYGONIZE_H
19 namespace geos {
20 namespace operation { // geos.operation
21 namespace polygonize { // geos.operation.polygonize
23 } // namespace geos.operation.polygonize
24 } // namespace geos.operation
25 } // namespace geos
27 //#include <geos/operation/polygonize/EdgeRing.h>
28 //#include <geos/operation/polygonize/PolygonizeDirectedEdge.h>
29 //#include <geos/operation/polygonize/PolygonizeEdge.h>
30 //#include <geos/operation/polygonize/PolygonizeGraph.h>
31 #include <geos/operation/polygonize/Polygonizer.h>
33 #endif