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::auto_ptr<geom::CoordinateSequence> minClearancePts;
36 MinimumClearance(
const geom::Geometry* g);
53 std::auto_ptr<geom::LineString> getLine();
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25