GEOS 3.6.2
opOverlay.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 *
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
13 *
14 **********************************************************************/
15
16#ifndef GEOS_OPOVERLAY_H
17#define GEOS_OPOVERLAY_H
18
19namespace geos {
20namespace operation {
21
57namespace overlay { // geos.operation.overlay
58
59} // namespace geos.operation.overlay
60} // namespace geos.operation
61} // namespace geos
62
63#include <geos/operation/overlay/OverlayOp.h>
64//#include <geos/operation/overlay/PolygonBuilder.h>
65//#include <geos/operation/overlay/PointBuilder.h>
66//#include <geos/operation/overlay/LineBuilder.h>
67//#include <geos/operation/overlay/MinimalEdgeRing.h>
68//#include <geos/operation/overlay/MaximalEdgeRing.h>
69//#include <geos/operation/overlay/OverlayNodeFactory.h>
70//#include <geos/operation/overlay/EdgeSetNoder.h>
71//#include <geos/operation/overlay/ElevationMatrix.h>
72
73#endif
74
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25