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) // warning C4251: needs to have dll-interface to be used by clients of class 43 class GeometryFactory;
69 util::UniqueCoordinateArrayFilter filter(inputPts);
70 geom->apply_ro(&filter);
170 : geomFactory(newGeometry->getFactory())
172 extractCoordinates(newGeometry);
189 std::unique_ptr<geom::Geometry> getConvexHull();
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:216
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:227
ConvexHull(const geom::Geometry *newGeometry)
Definition: ConvexHull.h:169
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:65
Computes the convex hull of a Geometry.
Definition: ConvexHull.h:61
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25