00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef GEOS_IO_H
00017 #define GEOS_IO_H
00018
00019 namespace geos {
00020
00022
00043 namespace io {
00044
00045 }
00046 }
00047
00048 #include <geos/io/ByteOrderDataInStream.h>
00049 #include <geos/io/ByteOrderValues.h>
00050 #include <geos/io/ParseException.h>
00051
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
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