GEOS 3.6.2
opRelate.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_OPRELATE_H
17#define GEOS_OPRELATE_H
18
19namespace geos {
20namespace operation { // geos::operation
21
22
66namespace relate { // geos.operation.relate
67
68} // namespace geos:operation:relate
69} // namespace geos:operation
70} // namespace geos
71
72
73//#include <geos/operation/relate/EdgeEndBuilder.h>
74//#include <geos/operation/relate/EdgeEndBundle.h>
75//#include <geos/operation/relate/EdgeEndBundleStar.h>
76#include <geos/operation/relate/RelateComputer.h>
77//#include <geos/operation/relate/RelateNode.h>
78//#include <geos/operation/relate/RelateNodeFactory.h>
79//#include <geos/operation/relate/RelateNodeGraph.h>
80#include <geos/operation/relate/RelateOp.h>
81
82#endif
83
Contains classes to implement the computation of the spatial relationships of Geometrys.
Definition EdgeEndBuilder.h:42
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25