• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List

geom.h

00001 /**********************************************************************
00002  * $Id: geom.h 2825 2009-12-14 18:58:24Z strk $
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 
00092 namespace geos {
00093 
00095 //
00114 namespace geom { // geos::geom
00115 
00116 } // namespace geos::geom
00117 } // namespace geos
00118 
00119 #include <geos/geom/Coordinate.h>
00120 #include <geos/geom/CoordinateArraySequence.h>
00121 #include <geos/geom/CoordinateArraySequenceFactory.h>
00122 #include <geos/geom/CoordinateFilter.h>
00123 #include <geos/geom/CoordinateSequence.h>
00124 #include <geos/geom/CoordinateSequenceFactory.h>
00125 #include <geos/geom/Dimension.h>
00126 #include <geos/geom/Envelope.h>
00127 #include <geos/geom/Geometry.h>
00128 #include <geos/geom/GeometryCollection.h>
00129 #include <geos/geom/GeometryComponentFilter.h>
00130 #include <geos/geom/GeometryFactory.h>
00131 #include <geos/geom/GeometryFilter.h>
00132 #include <geos/geom/LineString.h>
00133 #include <geos/geom/LinearRing.h>
00134 #include <geos/geom/MultiLineString.h>
00135 #include <geos/geom/MultiPoint.h>
00136 #include <geos/geom/MultiPolygon.h>
00137 #include <geos/geom/Point.h>
00138 #include <geos/geom/Polygon.h>
00139 #include <geos/geom/PrecisionModel.h>
00140 #include <geos/geom/LineSegment.h>
00141 #include <geos/geom/IntersectionMatrix.h>
00142 #include <geos/geom/Location.h>
00143 //#include <geos/geom/Triangle.h>
00144 
00145 #ifdef __GNUC__
00146 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
00147 #endif
00148 
00149 using namespace geos::geom;
00150 
00151 
00152 
00153 #endif // ndef GEOS_GEOM_H
00154 

Generated on Thu Jul 22 2010 for GEOS by  doxygen 1.7.1