GEOS
3.4.2
|
00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00007 * Copyright (C) 2005 Refractions Research 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_OPRELATE_H 00017 #define GEOS_OPRELATE_H 00018 00019 namespace geos { 00020 namespace operation { // geos::operation 00021 00022 00066 namespace relate { // geos.operation.relate 00067 00068 } // namespace geos:operation:relate 00069 } // namespace geos:operation 00070 } // namespace geos 00071 00072 00073 //#include <geos/operation/relate/EdgeEndBuilder.h> 00074 //#include <geos/operation/relate/EdgeEndBundle.h> 00075 //#include <geos/operation/relate/EdgeEndBundleStar.h> 00076 #include <geos/operation/relate/RelateComputer.h> 00077 //#include <geos/operation/relate/RelateNode.h> 00078 //#include <geos/operation/relate/RelateNodeFactory.h> 00079 //#include <geos/operation/relate/RelateNodeGraph.h> 00080 #include <geos/operation/relate/RelateOp.h> 00081 00082 #endif 00083