00001 /********************************************************************** 00002 * $Id: opOverlay.h 1820 2006-09-06 16:54:23Z 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_OPOVERLAY_H 00018 #define GEOS_OPOVERLAY_H 00019 00020 namespace geos { 00021 namespace operation { 00022 00058 namespace overlay { // geos.operation.overlay 00059 00060 } // namespace geos.operation.overlay 00061 } // namespace geos.operation 00062 } // namespace geos 00063 00064 #include <geos/operation/overlay/OverlayOp.h> 00065 //#include <geos/operation/overlay/PolygonBuilder.h> 00066 //#include <geos/operation/overlay/PointBuilder.h> 00067 //#include <geos/operation/overlay/LineBuilder.h> 00068 //#include <geos/operation/overlay/MinimalEdgeRing.h> 00069 //#include <geos/operation/overlay/MaximalEdgeRing.h> 00070 //#include <geos/operation/overlay/OverlayNodeFactory.h> 00071 //#include <geos/operation/overlay/EdgeSetNoder.h> 00072 //#include <geos/operation/overlay/ElevationMatrix.h> 00073 00074 #endif 00075