/********************************************************************** * $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_H namespace 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. * *

Package Specification

* * * */ namespace geomgraph { // geos.geomgraph } // namespace geos.geomgraph } // namespace geos //#include //#include //#include //#include #include #include //#include //#include #include //#include //#include #include #include //#include #include //#include #include #include //#include //#include //#include #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 * * **********************************************************************/