GEOS 3.6.2
opPolygonize.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 *
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.
12 *
13 **********************************************************************/
14
15
16#ifndef GEOS_OPPOLYGONIZE_H
17#define GEOS_OPPOLYGONIZE_H
18
19namespace geos {
20namespace operation { // geos.operation
21namespace polygonize { // geos.operation.polygonize
22
23} // namespace geos.operation.polygonize
24} // namespace geos.operation
25} // namespace geos
26
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>
32
33#endif
34
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25