00001 /********************************************************************** 00002 * $Id: geomPrep.h 2157 2008-08-12 00:25:16Z mloskot $ 00003 * 00004 * GEOS - Geometry Engine Open Source 00005 * http://geos.refractions.net 00006 * 00007 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00008 * Copyright (C) 2006 Refractions Research 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_GEOMPREP_H 00018 #define GEOS_GEOMPREP_H 00019 00020 #include <geos/geom/prep/PreparedGeometry.h> 00021 #include <geos/geom/prep/PreparedGeometryFactory.h> 00022 #include <geos/geom/prep/PreparedPoint.h> 00023 #include <geos/geom/prep/PreparedLineString.h> 00024 #include <geos/geom/prep/PreparedPolygon.h> 00025 00026 namespace geos { 00027 namespace geom { // geos.geom 00028 00033 namespace prep { // geos.geom.prep 00034 00035 } // namespace geos.geom.prep 00036 } // namespace geos.geom 00037 } // namespace geos 00038 00039 #endif //GEOS_GEOMPREP_H 00040 00041 /********************************************************************** 00042 * $Log$ 00043 * 00044 **********************************************************************/
1.4.4