GEOS
3.8.1
include
geos
geomPrep.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_GEOMPREP_H
17
#define GEOS_GEOMPREP_H
18
19
#include <geos/geom/prep/PreparedGeometry.h>
20
#include <geos/geom/prep/PreparedGeometryFactory.h>
21
#include <geos/geom/prep/PreparedPoint.h>
22
#include <geos/geom/prep/PreparedLineString.h>
23
#include <geos/geom/prep/PreparedPolygon.h>
24
25
namespace
geos
{
26
namespace
geom {
// geos.geom
27
32
namespace
prep {
// geos.geom.prep
33
34
}
// namespace geos.geom.prep
35
}
// namespace geos.geom
36
}
// namespace geos
37
38
#endif //GEOS_GEOMPREP_H
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
Generated by
1.8.14