GEOS 3.11.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#pragma once
17
90namespace geos {
91
112namespace geom { // geos::geom
113
114} // namespace geos::geom
115} // namespace geos
116
117#include <geos/geom/Coordinate.h>
118#include <geos/geom/CoordinateArraySequence.h>
119#include <geos/geom/CoordinateArraySequenceFactory.h>
120#include <geos/geom/CoordinateFilter.h>
121#include <geos/geom/CoordinateSequence.h>
122#include <geos/geom/CoordinateSequenceFactory.h>
123#include <geos/geom/Dimension.h>
124#include <geos/geom/Envelope.h>
125#include <geos/geom/Geometry.h>
126#include <geos/geom/GeometryCollection.h>
127#include <geos/geom/GeometryComponentFilter.h>
128#include <geos/geom/GeometryFactory.h>
129#include <geos/geom/GeometryFilter.h>
130#include <geos/geom/LineString.h>
131#include <geos/geom/LinearRing.h>
132#include <geos/geom/MultiLineString.h>
133#include <geos/geom/MultiPoint.h>
134#include <geos/geom/MultiPolygon.h>
135#include <geos/geom/Point.h>
136#include <geos/geom/Polygon.h>
137#include <geos/geom/PrecisionModel.h>
138#include <geos/geom/LineSegment.h>
139#include <geos/geom/IntersectionMatrix.h>
140#include <geos/geom/Location.h>
141//#include <geos/geom/Triangle.h>
142
143#ifdef __GNUC__
144#warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
145#endif
146
147using namespace geos::geom;
148
149
Definition: Angle.h:26
Basic namespace for all GEOS functionalities.
Definition: geos.h:39