GEOS  3.3.3
geom.h
1 /**********************************************************************
2  * $Id: geom.h 2825 2009-12-14 18:58:24Z strk $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005-2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_GEOM_H
18 #define GEOS_GEOM_H
19 
92 namespace geos {
93 
95 //
114 namespace geom { // geos::geom
115 
116 } // namespace geos::geom
117 } // namespace geos
118 
119 #include <geos/geom/Coordinate.h>
120 #include <geos/geom/CoordinateArraySequence.h>
121 #include <geos/geom/CoordinateArraySequenceFactory.h>
122 #include <geos/geom/CoordinateFilter.h>
123 #include <geos/geom/CoordinateSequence.h>
124 #include <geos/geom/CoordinateSequenceFactory.h>
125 #include <geos/geom/Dimension.h>
126 #include <geos/geom/Envelope.h>
127 #include <geos/geom/Geometry.h>
128 #include <geos/geom/GeometryCollection.h>
129 #include <geos/geom/GeometryComponentFilter.h>
130 #include <geos/geom/GeometryFactory.h>
131 #include <geos/geom/GeometryFilter.h>
132 #include <geos/geom/LineString.h>
133 #include <geos/geom/LinearRing.h>
134 #include <geos/geom/MultiLineString.h>
135 #include <geos/geom/MultiPoint.h>
136 #include <geos/geom/MultiPolygon.h>
137 #include <geos/geom/Point.h>
138 #include <geos/geom/Polygon.h>
139 #include <geos/geom/PrecisionModel.h>
140 #include <geos/geom/LineSegment.h>
141 #include <geos/geom/IntersectionMatrix.h>
142 #include <geos/geom/Location.h>
143 //#include <geos/geom/Triangle.h>
144 
145 #ifdef __GNUC__
146 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
147 #endif
148 
149 using namespace geos::geom;
150 
151 
152 
153 #endif // ndef GEOS_GEOM_H
154