GEOS 3.6.2
geomUtil.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_GEOMUTIL_H
17#define GEOS_GEOMUTIL_H
18
19#include <geos/geom/util/GeometryEditor.h>
20#include <geos/geom/util/GeometryEditorOperation.h>
21#include <geos/geom/util/CoordinateOperation.h>
22#include <geos/geom/util/LinearComponentExtracter.h>
23#include <geos/geom/util/PointExtracter.h>
24#include <geos/geom/util/PolygonExtracter.h>
25#include <geos/geom/util/ShortCircuitedGeometryVisitor.h>
26
27namespace geos {
28namespace geom { // geos.geom
29
33namespace util { // geos.geom.util
34
35} // namespace geos.geom.util
36} // namespace geos.geom
37} // namespace geos
38
39#endif
Provides classes that parse and modify Geometry objects.
Definition ComponentCoordinateExtracter.h:30
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25