⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 io.h

📁 在Linux下做的QuadTree的程序
💻 H
字号:
/********************************************************************** * $Id: io.h 2045 2007-12-19 20:18:24Z mloskot $ * * GEOS - Geometry Engine Open Source * http://geos.refractions.net * * Copyright (C) 2005-2006 Refractions Research Inc. * Copyright (C) 2001-2002 Vivid Solutions Inc. * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Public Licence as published * by the Free Software Foundation.  * See the COPYING file for more information. * **********************************************************************/#ifndef GEOS_IO_H#define GEOS_IO_Hnamespace geos {/// Contains the interfaces for converting JTS objects to and from other formats.///// The Java Topology Suite (JTS) is a Java API that implements a core/// set of spatial data operations usin g an explicit precision model/// and robust geometric algorithms. JTS is intended to be used in the/// devel opment of applications that support the validation, cleaning,/// integration and querying of spatial data sets.////// JTS attempts to implement the OpenGIS Simple Features Specification/// (SFS) as accurately as possible.  In some cases the SFS is unclear/// or omits a specification; in this case JTS attempts to choose a reaso/// nable and consistent alternative.  Differences from and elaborations/// of the SFS are documented in this specification.////// <h2>Package Specification</h2>////// <ul>/// <li>Java Topology Suite Technical Specifications/// <li><A HREF="http://www.opengis.org/techno/specs.htm">///   OpenGIS Simple Features Specification for SQL</A>/// </ul>///namespace io { // geos.io} // namespace geos.io} // namespace geos#include <geos/io/ByteOrderDataInStream.h>#include <geos/io/ByteOrderValues.h>#include <geos/io/ParseException.h>//#include <geos/io/StringTokenizer.h>#include <geos/io/WKBConstants.h>#include <geos/io/WKBReader.h>#include <geos/io/WKBWriter.h>#include <geos/io/WKTReader.h>#include <geos/io/WKTWriter.h>//#include <geos/io/Writer.h>#ifdef __GNUC__#warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces#endifusing namespace geos::io;#endif/********************************************************************** * $Log$ * Revision 1.29  2006/07/21 16:45:28  mloskot * Wrapped FIXME message with #warning directive to shout about potential headers removal in future. * * Revision 1.28  2006/06/01 11:49:36  strk * Reduced installed headers form geomgraph namespace * * Revision 1.27  2006/03/20 18:18:14  strk * io.h header split * **********************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -