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) 2006 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 * Utility header to retain a bit of backward compatibility. 00017 * Try to avoid including this header directly. 00018 * 00019 **********************************************************************/ 00020 00021 #ifndef GEOS_UTIL_H 00022 #define GEOS_UTIL_H 00023 00024 //#include <geos/util/AssertionFailedException.h> 00025 #include <geos/util/GEOSException.h> 00026 #include <geos/util/IllegalArgumentException.h> 00027 #include <geos/util/TopologyException.h> 00028 //#include <geos/util/UnsupportedOperationException.h> 00029 //#include <geos/util/CoordinateArrayFilter.h> 00030 //#include <geos/util/UniqueCoordinateArrayFilter.h> 00031 #include <geos/util/GeometricShapeFactory.h> 00032 //#include <geos/util/math.h> 00033 00034 // 00035 // Private macros definition 00036 // 00037 00038 namespace geos 00039 { 00040 template<class T> 00041 void ignore_unused_variable_warning(T const& ) {} 00042 } 00043 00044 00045 #endif // GEOS_UTIL_H