19 #ifndef GEOS_PRECISION_MINIMUMCLEARANCE_H
20 #define GEOS_PRECISION_MINIMUMCLEARANCE_H
22 #include <geos/geom/Geometry.h>
23 #include <geos/geom/LineString.h>
24 #include <geos/geom/CoordinateSequence.h>
28 class GEOS_DLL MinimumClearance {
30 const geom::Geometry* inputGeom;
32 std::unique_ptr<geom::CoordinateSequence> minClearancePts;
36 MinimumClearance(
const geom::Geometry* g);
53 std::unique_ptr<geom::LineString> getLine();