/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * 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_H namespace 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. /// ///

Package Specification

/// /// /// namespace io { // geos.io } // namespace geos.io } // namespace geos #include #include #include //#include #include #include #include #include #include #include //#include #ifdef __GNUC__ #warning *** DEPRECATED: You are using deprecated header io.h. Please, update your sources according to new layout of GEOS headers and namespaces #endif using namespace geos::io; #endif