23 #include <geos/export.h>
29 #include <geos/algorithm/ConvexHull.h>
30 #include <geos/geom/Coordinate.h>
31 #include <geos/geom/CoordinateSequence.h>
32 #include <geos/geom/Geometry.h>
33 #include <geos/util/UniqueCoordinateArrayFilter.h>
37 #pragma warning(disable: 4251)
43 class GeometryFactory;
69 util::UniqueCoordinateArrayFilter filter(inputPts);
70 geom->apply_ro(&filter);
170 : geomFactory(newGeometry->getFactory())
172 extractCoordinates(newGeometry);
Computes the convex hull of a Geometry.
Definition: ConvexHull.h:61
std::unique_ptr< geom::Geometry > getConvexHull()
ConvexHull(const geom::Geometry *newGeometry)
Definition: ConvexHull.h:169
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:69
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25