io.h

00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2005-2006 Refractions Research Inc.
00007  * Copyright (C) 2001-2002 Vivid Solutions 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_IO_H
00017 #define GEOS_IO_H
00018 
00019 namespace geos {
00020 
00022 //
00043 namespace io { // geos.io
00044 
00045 } // namespace geos.io
00046 } // namespace geos
00047 
00048 #include <geos/io/ByteOrderDataInStream.h>
00049 #include <geos/io/ByteOrderValues.h>
00050 #include <geos/io/ParseException.h>
00051 //#include <geos/io/StringTokenizer.h>
00052 #include <geos/io/WKBConstants.h>
00053 #include <geos/io/WKBReader.h>
00054 #include <geos/io/WKBWriter.h>
00055 #include <geos/io/WKTReader.h>
00056 #include <geos/io/WKTWriter.h>
00057 #include <geos/io/CLocalizer.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

Generated on 23 Sep 2013 for GEOS by  doxygen 1.4.7