21#ifndef GEOS_ALGORITHM_CONVEXHULL_H
22#define GEOS_ALGORITHM_CONVEXHULL_H
24#include <geos/export.h>
28#include <geos/geom/Coordinate.h>
32#pragma warning(disable: 4251)
189# include "geos/algorithm/ConvexHull.inl"
geom::Geometry * getConvexHull()
ConvexHull(const geom::Geometry *newGeometry)
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition Coordinate.h:71
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25