GEOS  3.3.3
opOverlay.h
1 /**********************************************************************
2  * $Id: opOverlay.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005-2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions 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_OPOVERLAY_H
18 #define GEOS_OPOVERLAY_H
19 
20 namespace geos {
21 namespace operation {
22 
58 namespace overlay { // geos.operation.overlay
59 
60 } // namespace geos.operation.overlay
61 } // namespace geos.operation
62 } // namespace geos
63 
64 #include <geos/operation/overlay/OverlayOp.h>
65 //#include <geos/operation/overlay/PolygonBuilder.h>
66 //#include <geos/operation/overlay/PointBuilder.h>
67 //#include <geos/operation/overlay/LineBuilder.h>
68 //#include <geos/operation/overlay/MinimalEdgeRing.h>
69 //#include <geos/operation/overlay/MaximalEdgeRing.h>
70 //#include <geos/operation/overlay/OverlayNodeFactory.h>
71 //#include <geos/operation/overlay/EdgeSetNoder.h>
72 //#include <geos/operation/overlay/ElevationMatrix.h>
73 
74 #endif
75