GEOS  3.9.1dev
geom.h
Go to the documentation of this file.
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_GEOM_H
17 #define GEOS_GEOM_H
18 
91 namespace geos {
92 
113 namespace geom { // geos::geom
114 
115 } // namespace geos::geom
116 } // namespace geos
117 
118 #include <geos/geom/Coordinate.h>
124 #include <geos/geom/Dimension.h>
125 #include <geos/geom/Envelope.h>
126 #include <geos/geom/Geometry.h>
131 #include <geos/geom/LineString.h>
132 #include <geos/geom/LinearRing.h>
134 #include <geos/geom/MultiPoint.h>
135 #include <geos/geom/MultiPolygon.h>
136 #include <geos/geom/Point.h>
137 #include <geos/geom/Polygon.h>
139 #include <geos/geom/LineSegment.h>
141 #include <geos/geom/Location.h>
142 //#include <geos/geom/Triangle.h>
143 
144 #ifdef __GNUC__
145 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
146 #endif
147 
148 using namespace geos::geom;
149 
150 
151 
152 #endif // ndef GEOS_GEOM_H
153 
Basic namespace for all GEOS functionalities.