00001 /********************************************************************** 00002 * $Id: io.h 2045 2007-12-19 20:18:24Z 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_IO_H 00018 #define GEOS_IO_H 00019 00020 namespace geos { 00021 00023 // 00044 namespace io { // geos.io 00045 00046 } // namespace geos.io 00047 } // namespace geos 00048 00049 #include <geos/io/ByteOrderDataInStream.h> 00050 #include <geos/io/ByteOrderValues.h> 00051 #include <geos/io/ParseException.h> 00052 //#include <geos/io/StringTokenizer.h> 00053 #include <geos/io/WKBConstants.h> 00054 #include <geos/io/WKBReader.h> 00055 #include <geos/io/WKBWriter.h> 00056 #include <geos/io/WKTReader.h> 00057 #include <geos/io/WKTWriter.h> 00058 //#include <geos/io/Writer.h> 00059 00060 #ifdef __GNUC__ 00061 #warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces 00062 #endif 00063 00064 using namespace geos::io; 00065 00066 #endif 00067 00068 /********************************************************************** 00069 * $Log$ 00070 * Revision 1.29 2006/07/21 16:45:28 mloskot 00071 * Wrapped FIXME message with #warning directive to shout about potential headers removal in future. 00072 * 00073 * Revision 1.28 2006/06/01 11:49:36 strk 00074 * Reduced installed headers form geomgraph namespace 00075 * 00076 * Revision 1.27 2006/03/20 18:18:14 strk 00077 * io.h header split 00078 * 00079 **********************************************************************/ 00080