GEOS
3.4.2
|
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_OPOVERLAY_H 00017 #define GEOS_OPOVERLAY_H 00018 00019 namespace geos { 00020 namespace operation { 00021 00057 namespace overlay { // geos.operation.overlay 00058 00059 } // namespace geos.operation.overlay 00060 } // namespace geos.operation 00061 } // namespace geos 00062 00063 #include <geos/operation/overlay/OverlayOp.h> 00064 //#include <geos/operation/overlay/PolygonBuilder.h> 00065 //#include <geos/operation/overlay/PointBuilder.h> 00066 //#include <geos/operation/overlay/LineBuilder.h> 00067 //#include <geos/operation/overlay/MinimalEdgeRing.h> 00068 //#include <geos/operation/overlay/MaximalEdgeRing.h> 00069 //#include <geos/operation/overlay/OverlayNodeFactory.h> 00070 //#include <geos/operation/overlay/EdgeSetNoder.h> 00071 //#include <geos/operation/overlay/ElevationMatrix.h> 00072 00073 #endif 00074