GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
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
19
namespace
geos {
20
namespace
operation {
21
57
namespace
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
Generated by
1.8.5