geom.h

00001 /**********************************************************************
00002  * $Id: geom.h 2045 2007-12-19 20:18:24Z mloskot $
00003  *
00004  * GEOS - Geometry Engine Open Source
00005  * http://geos.refractions.net
00006  *
00007  * Copyright (C) 2005-2006 Refractions Research Inc.
00008  * Copyright (C) 2001-2002 Vivid Solutions Inc.
00009  *
00010  * This is free software; you can redistribute and/or modify it under
00011  * the terms of the GNU Lesser General Public Licence as published
00012  * by the Free Software Foundation. 
00013  * See the COPYING file for more information.
00014  *
00015  **********************************************************************/
00016 
00017 #ifndef GEOS_GEOM_H
00018 #define GEOS_GEOM_H
00019 
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 Fri Mar 27 04:52:42 2009 for GEOS by  doxygen 1.5.4