24 #include <geos/export.h>
30 #pragma warning(disable: 4251)
42 namespace polygonize {
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Creates an areal geometry formed by the constituent linework of given geometry.
Definition: BuildArea.h:54
BuildArea()=default
Create a BuildArea object.
std::unique_ptr< geom::Geometry > build(const geom::Geometry *geom)
Return the area built from the constituent linework of the input geometry.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25