GEOS 3.6.2
opLinemerge.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2006 Refractions Research Inc.
7 *
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
12 *
13 **********************************************************************/
14
15#ifndef GEOS_OPLINEMERGE_H
16#define GEOS_OPLINEMERGE_H
17
18namespace geos {
19namespace operation { // geos::operation
20
22namespace linemerge { // geos::operation::linemerge
23
24} // namespace geos::operation::linemerge
25} // namespace geos::operation
26} // namespace geos
27
28//#include <geos/operation/linemerge/EdgeString.h>
29//#include <geos/operation/linemerge/LineMergeDirectedEdge.h>
30//#include <geos/operation/linemerge/LineMergeEdge.h>
31//#include <geos/operation/linemerge/LineMergeGraph.h>
32#include <geos/operation/linemerge/LineMerger.h>
33//#include <geos/operation/linemerge/LineSequencer.h>
34
35#endif
36
Line merging package.
Definition EdgeString.h:40
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25