geom.h

00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2005-2006 Refractions Research Inc.
00007  * Copyright (C) 2001-2002 Vivid Solutions Inc.
00008  *
00009  * This is free software; you can redistribute and/or modify it under
00010  * the terms of the GNU Lesser General Public Licence as published
00011  * by the Free Software Foundation. 
00012  * See the COPYING file for more information.
00013  *
00014  **********************************************************************/
00015 
00016 #ifndef GEOS_GEOM_H
00017 #define GEOS_GEOM_H
00018 
00091 namespace geos {
00092 
00094 //
00113 namespace geom { // geos::geom
00114 
00115 } // namespace geos::geom
00116 } // namespace geos
00117 
00118 #include <geos/geom/Coordinate.h>
00119 #include <geos/geom/CoordinateArraySequence.h>
00120 #include <geos/geom/CoordinateArraySequenceFactory.h>
00121 #include <geos/geom/CoordinateFilter.h>
00122 #include <geos/geom/CoordinateSequence.h>
00123 #include <geos/geom/CoordinateSequenceFactory.h>
00124 #include <geos/geom/Dimension.h>
00125 #include <geos/geom/Envelope.h>
00126 #include <geos/geom/Geometry.h>
00127 #include <geos/geom/GeometryCollection.h>
00128 #include <geos/geom/GeometryComponentFilter.h>
00129 #include <geos/geom/GeometryFactory.h>
00130 #include <geos/geom/GeometryFilter.h>
00131 #include <geos/geom/LineString.h>
00132 #include <geos/geom/LinearRing.h>
00133 #include <geos/geom/MultiLineString.h>
00134 #include <geos/geom/MultiPoint.h>
00135 #include <geos/geom/MultiPolygon.h>
00136 #include <geos/geom/Point.h>
00137 #include <geos/geom/Polygon.h>
00138 #include <geos/geom/PrecisionModel.h>
00139 #include <geos/geom/LineSegment.h>
00140 #include <geos/geom/IntersectionMatrix.h>
00141 #include <geos/geom/Location.h>
00142 //#include <geos/geom/Triangle.h>
00143 
00144 #ifdef __GNUC__
00145 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
00146 #endif
00147 
00148 using namespace geos::geom;
00149 
00150 
00151 
00152 #endif // ndef GEOS_GEOM_H
00153 

Generated on 30 Dec 2015 for GEOS by  doxygen 1.4.7