00001 /********************************************************************** 00002 * $Id: opRelate.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) 2001-2002 Vivid Solutions Inc. 00008 * Copyright (C) 2005 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_OPRELATE_H 00018 #define GEOS_OPRELATE_H 00019 00020 namespace geos { 00021 namespace operation { // geos::operation 00022 00023 00067 namespace relate { // geos.operation.relate 00068 00069 } // namespace geos:operation:relate 00070 } // namespace geos:operation 00071 } // namespace geos 00072 00073 00074 //#include <geos/operation/relate/EdgeEndBuilder.h> 00075 //#include <geos/operation/relate/EdgeEndBundle.h> 00076 //#include <geos/operation/relate/EdgeEndBundleStar.h> 00077 #include <geos/operation/relate/RelateComputer.h> 00078 //#include <geos/operation/relate/RelateNode.h> 00079 //#include <geos/operation/relate/RelateNodeFactory.h> 00080 //#include <geos/operation/relate/RelateNodeGraph.h> 00081 #include <geos/operation/relate/RelateOp.h> 00082 00083 #endif 00084