GEOS  3.3.3
io.h
1 /**********************************************************************
2  * $Id: io.h 2174 2008-08-28 22:20:50Z sgillies $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005-2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_IO_H
18 #define GEOS_IO_H
19 
20 namespace geos {
21 
23 //
44 namespace io { // geos.io
45 
46 } // namespace geos.io
47 } // namespace geos
48 
49 #include <geos/io/ByteOrderDataInStream.h>
50 #include <geos/io/ByteOrderValues.h>
51 #include <geos/io/ParseException.h>
52 //#include <geos/io/StringTokenizer.h>
53 #include <geos/io/WKBConstants.h>
54 #include <geos/io/WKBReader.h>
55 #include <geos/io/WKBWriter.h>
56 #include <geos/io/WKTReader.h>
57 #include <geos/io/WKTWriter.h>
58 #include <geos/io/CLocalizer.h>
59 //#include <geos/io/Writer.h>
60 
61 #ifdef __GNUC__
62 #warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces
63 #endif
64 
65 using namespace geos::io;
66 
67 #endif
68 
69 /**********************************************************************
70  * $Log$
71  * Revision 1.29 2006/07/21 16:45:28 mloskot
72  * Wrapped FIXME message with #warning directive to shout about potential headers removal in future.
73  *
74  * Revision 1.28 2006/06/01 11:49:36 strk
75  * Reduced installed headers form geomgraph namespace
76  *
77  * Revision 1.27 2006/03/20 18:18:14 strk
78  * io.h header split
79  *
80  **********************************************************************/
81