21#include <geos/geom/Geometry.h>
22#include <geos/geom/LineString.h>
23#include <geos/geom/CoordinateSequence.h>
29class GEOS_DLL MinimumClearance {
33 std::unique_ptr<geom::CoordinateSequence> minClearancePts;
54 std::unique_ptr<geom::LineString>
getLine();
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
std::unique_ptr< geom::LineString > getLine()
Provides classes for manipulating the precision model of Geometries.
Definition namespaces.h:300
Basic namespace for all GEOS functionalities.
Definition geos.h:39