GEOS  3.13.0dev
geom.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 #pragma once
17 
90 namespace geos {
91 
112 namespace geom { // geos::geom
113 
114 } // namespace geos::geom
115 } // namespace geos
116 
117 #include <geos/geom/Coordinate.h>
118 #include <geos/geom/CoordinateFilter.h>
119 #include <geos/geom/CoordinateSequence.h>
120 #include <geos/geom/Dimension.h>
121 #include <geos/geom/Envelope.h>
122 #include <geos/geom/Geometry.h>
123 #include <geos/geom/GeometryCollection.h>
124 #include <geos/geom/GeometryComponentFilter.h>
125 #include <geos/geom/GeometryFactory.h>
126 #include <geos/geom/GeometryFilter.h>
127 #include <geos/geom/LineString.h>
128 #include <geos/geom/LinearRing.h>
129 #include <geos/geom/MultiLineString.h>
130 #include <geos/geom/MultiPoint.h>
131 #include <geos/geom/MultiPolygon.h>
132 #include <geos/geom/Point.h>
133 #include <geos/geom/Polygon.h>
134 #include <geos/geom/PrecisionModel.h>
135 #include <geos/geom/LineSegment.h>
136 #include <geos/geom/IntersectionMatrix.h>
137 #include <geos/geom/Location.h>
138 //#include <geos/geom/Triangle.h>
139 
140 #ifdef __GNUC__
141 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
142 #endif
143 
144 using namespace geos::geom;
145 
146 
Definition: Angle.h:26
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25