Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
include
/
View File Name :
geos.h
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2005 Refractions Research 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_H #define GEOS_H /* * \file geos.h * \brief * This file is intended as an include wrapper for client application. * It includes commonly needed GEOS headers. */ #include <geos/version.h> #include <geos/geom.h> #include <geos/util.h> #include <geos/io.h> #include <geos/unload.h> /// Basic namespace for all GEOS functionalities. namespace geos { } #endif