GEOS 3.9.1
geom.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 *
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
13 *
14 **********************************************************************/
15
16#ifndef GEOS_GEOM_H
17#define GEOS_GEOM_H
18
91namespace geos {
92
113namespace geom { // geos::geom
114
115} // namespace geos::geom
116} // namespace geos
117
118#include <geos/geom/Coordinate.h>
119#include <geos/geom/CoordinateArraySequence.h>
120#include <geos/geom/CoordinateArraySequenceFactory.h>
121#include <geos/geom/CoordinateFilter.h>
122#include <geos/geom/CoordinateSequence.h>
123#include <geos/geom/CoordinateSequenceFactory.h>
124#include <geos/geom/Dimension.h>
125#include <geos/geom/Envelope.h>
126#include <geos/geom/Geometry.h>
127#include <geos/geom/GeometryCollection.h>
128#include <geos/geom/GeometryComponentFilter.h>
129#include <geos/geom/GeometryFactory.h>
130#include <geos/geom/GeometryFilter.h>
131#include <geos/geom/LineString.h>
132#include <geos/geom/LinearRing.h>
133#include <geos/geom/MultiLineString.h>
134#include <geos/geom/MultiPoint.h>
135#include <geos/geom/MultiPolygon.h>
136#include <geos/geom/Point.h>
137#include <geos/geom/Polygon.h>
138#include <geos/geom/PrecisionModel.h>
139#include <geos/geom/LineSegment.h>
140#include <geos/geom/IntersectionMatrix.h>
141#include <geos/geom/Location.h>
142//#include <geos/geom/Triangle.h>
143
144#ifdef __GNUC__
145#warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
146#endif
147
148using namespace geos::geom;
149
150
151
152#endif // ndef GEOS_GEOM_H
153
Definition: IndexedNestedRingTester.h:27
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26