00001 /********************************************************************** 00002 * $Id: io.h 2174 2008-08-28 22:20:50Z sgillies $ 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/CLocalizer.h> 00059 //#include <geos/io/Writer.h> 00060 00061 #ifdef __GNUC__ 00062 #warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces 00063 #endif 00064 00065 using namespace geos::io; 00066 00067 #endif 00068 00069 /********************************************************************** 00070 * $Log$ 00071 * Revision 1.29 2006/07/21 16:45:28 mloskot 00072 * Wrapped FIXME message with #warning directive to shout about potential headers removal in future. 00073 * 00074 * Revision 1.28 2006/06/01 11:49:36 strk 00075 * Reduced installed headers form geomgraph namespace 00076 * 00077 * Revision 1.27 2006/03/20 18:18:14 strk 00078 * io.h header split 00079 * 00080 **********************************************************************/ 00081