GEOS 3.6.2
opDistance.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) 2006 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_OPDISTANCE_H
17#define GEOS_OPDISTANCE_H
18
19namespace geos {
20namespace operation { // geos.operation
21
23namespace distance { // geos.operation.distance
24
25} // namespace geos.operation.distance
26} // namespace geos.operation
27} // namespace geos
28
29//#include <geos/operation/distance/ConnectedElementLocationFilter.h>
30//#include <geos/operation/distance/ConnectedElementPointFilter.h>
31#include <geos/operation/distance/DistanceOp.h>
32//#include <geos/operation/distance/GeometryLocation.h>
33
34#endif
35
Provides classes for computing the distance between geometries.
Definition opDistance.h:23
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25