GEOS 3.6.2
opValid.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_OPVALID_H
17#define GEOS_OPVALID_H
18
19namespace geos {
20namespace operation { // geos.operation
21
23namespace valid { // geos.operation.valid
24
25} // namespace geos.operation.valid
26} // namespace geos.operation
27} // namespace geos
28
29//#include <geos/operation/valid/ConnectedInteriorTester.h>
30//#include <geos/operation/valid/ConsistentAreaTester.h>
31#include <geos/operation/valid/IsValidOp.h>
32//#include <geos/operation/valid/QuadtreeNestedRingTester.h>
33//#include <geos/operation/valid/RepeatedPointTester.h>
34//#include <geos/operation/valid/SimpleNestedRingTester.h>
35//#include <geos/operation/valid/SweeplineNestedRingTester.h>
36#include <geos/operation/valid/TopologyValidationError.h>
37
38#endif
Provides classes for testing the validity of geometries.
Definition IndexedNestedRingTester.h:41
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25