GEOS
3.6.1
include
geos
geomgraphindex.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
#ifndef GEOS_GEOMGRAPH_INDEX_H
17
#define GEOS_GEOMGRAPH_INDEX_H
18
19
namespace
geos
{
20
namespace
geomgraph {
21
namespace
index {
22
}
23
}
24
}
25
26
#include <geos/geomgraph/index/EdgeSetIntersector.h>
27
# include <geos/geomgraph/index/SimpleEdgeSetIntersector.h>
28
# include <geos/geomgraph/index/SimpleSweepLineIntersector.h>
29
# include <geos/geomgraph/index/SimpleMCSweepLineIntersector.h>
30
31
#include <geos/geomgraph/index/SweepLineSegment.h>
32
#include <geos/geomgraph/index/SweepLineEvent.h>
33
#include <geos/geomgraph/index/SegmentIntersector.h>
34
#include <geos/geomgraph/index/MonotoneChain.h>
35
#include <geos/geomgraph/index/MonotoneChainIndexer.h>
36
#include <geos/geomgraph/index/MonotoneChainEdge.h>
37
38
#endif
39
40
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
Generated by
1.8.14