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>
28class 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();
Provides classes for manipulating the precision model of Geometries.
Definition precision.h:22
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25