GEOS
3.6.1
include
geos
operation.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2001-2002 Vivid Solutions Inc.
7
* Copyright (C) 2005 Refractions Research 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
* Don't include this file, rather include from <geos/operation/class.h>
17
*
18
**********************************************************************/
19
20
#ifndef GEOS_OPERATION_H
21
#define GEOS_OPERATION_H
22
23
namespace
geos
{
24
26
namespace
operation {
// geos.operation
27
28
}
// namespace geos.operation
29
}
// namespace geos
30
31
#include <geos/operation/GeometryGraphOperation.h>
32
#include <geos/operation/IsSimpleOp.h>
33
34
#endif
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
Generated by
1.8.14