GEOS 3.9.1
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/ByteOrderDataInStream.h>
29#include <geos/io/ByteOrderValues.h>
30#include <geos/io/ParseException.h>
31#include <geos/io/WKBConstants.h>
32#include <geos/io/WKBReader.h>
33#include <geos/io/WKBWriter.h>
34#include <geos/io/WKTReader.h>
35#include <geos/io/WKTWriter.h>
36#include <geos/io/CLocalizer.h>
37#include <geos/unload.h>
38
40namespace geos {
41}
42
43#endif
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26