GEOS 3.6.2
geos.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005 Refractions Research Inc.
7 *
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
12 *
13 **********************************************************************/
14
15#ifndef GEOS_H
16#define GEOS_H
17
18/*
19 * \file geos.h
20 * \brief
21 * This file is intended as an include wrapper for client application.
22 * It includes commonly needed GEOS headers.
23 */
24
25#include <geos/version.h>
26#include <geos/geom.h>
27#include <geos/util.h>
28#include <geos/io.h>
29#include <geos/unload.h>
30
32namespace geos {
33}
34
35#endif
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25