GEOS
3.8.1
include
geos
io.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2005-2006 Refractions Research Inc.
7
* Copyright (C) 2001-2002 Vivid Solutions Inc.
8
*
9
* This is free software; you can redistribute and/or modify it under
10
* the terms of the GNU Lesser General Public Licence as published
11
* by the Free Software Foundation.
12
* See the COPYING file for more information.
13
*
14
**********************************************************************/
15
16
#ifndef GEOS_IO_H
17
#define GEOS_IO_H
18
19
namespace
geos
{
20
22
//
43
namespace
io {
// geos.io
44
45
}
// namespace geos.io
46
}
// namespace geos
47
48
#include <geos/io/ByteOrderDataInStream.h>
49
#include <geos/io/ByteOrderValues.h>
50
#include <geos/io/ParseException.h>
51
//#include <geos/io/StringTokenizer.h>
52
#include <geos/io/WKBConstants.h>
53
#include <geos/io/WKBReader.h>
54
#include <geos/io/WKBWriter.h>
55
#include <geos/io/WKTReader.h>
56
#include <geos/io/WKTWriter.h>
57
#include <geos/io/CLocalizer.h>
58
//#include <geos/io/Writer.h>
59
60
#ifdef __GNUC__
61
#warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces
62
#endif
63
64
using namespace
geos::io
;
65
66
#endif
geos::io
Contains the interfaces for converting JTS objects to and from other formats.
Definition:
Geometry.h:84
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
Generated by
1.8.18