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

📄 geomgraph.h

📁 在Linux下做的QuadTree的程序
💻 H
字号:
/********************************************************************** * $Id: geomgraph.h 1820 2006-09-06 16:54:23Z 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. * ********************************************************************** * * Try not to include this header directly. It is kept * for backward compatibility. * Please include geomgraph/classname.h for new code. * **********************************************************************/#ifndef GEOS_GEOMGRAPH_H#define GEOS_GEOMGRAPH_Hnamespace geos {/** \brief * Contains classes that implement topology graphs. *  * The Java Topology Suite (JTS) is a Java API that implements a core * set of spatial data operations using an explicit precision model * and robust geometric algorithms. JTS is int ended to be used in the * development of applications that support the validation, cleaning, * integration and querying of spatial datasets. * * 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 reasonable 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 geomgraph { // geos.geomgraph} // namespace geos.geomgraph} // namespace geos//#include <geos/geomgraph/Depth.h>//#include <geos/geomgraph/DirectedEdge.h>//#include <geos/geomgraph/DirectedEdgeStar.h>//#include <geos/geomgraph/Edge.h>#include <geos/geomgraph/EdgeEnd.h>#include <geos/geomgraph/EdgeEndStar.h>//#include <geos/geomgraph/EdgeIntersection.h>//#include <geos/geomgraph/EdgeIntersectionList.h>#include <geos/geomgraph/EdgeList.h>//#include <geos/geomgraph/EdgeNodingValidator.h>//#include <geos/geomgraph/EdgeRing.h>#include <geos/geomgraph/GeometryGraph.h>#include <geos/geomgraph/GraphComponent.h>//#include <geos/geomgraph/Label.h>#include <geos/geomgraph/Node.h>//#include <geos/geomgraph/NodeFactory.h>#include <geos/geomgraph/NodeMap.h>#include <geos/geomgraph/PlanarGraph.h>//#include <geos/geomgraph/Position.h>//#include <geos/geomgraph/Quadrant.h>//#include <geos/geomgraph/TopologyLocation.h>#endif // ifndef GEOS_GEOMGRAPH_H/********************************************************************** * $Log$ * Revision 1.42  2006/06/01 11:49:35  strk * Reduced installed headers form geomgraph namespace * * Revision 1.41  2006/03/09 16:46:48  strk * geos::geom namespace definition, first pass at headers split * * Revision 1.40  2006/03/06 19:40:46  strk * geos::util namespace. New GeometryCollection::iterator interface, many cleanups. * * Revision 1.39  2006/03/03 10:46:21  strk * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46) * * Revision 1.38  2006/03/02 14:34:30  strk * GeometryGraphOperation::li made a non-static member, and not more a pointer * * Revision 1.37  2006/02/28 14:34:05  strk * Added many assertions and debugging output hunting for a bug in BufferOp * * **********************************************************************/

⌨️ 快捷键说明

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