22 #ifndef GEOS_OP_POLYGONIZE_BUILDAREA_H
23 #define GEOS_OP_POLYGONIZE_BUILDAREA_H
25 #include <geos/export.h>
31 #pragma warning(disable: 4251)
43 namespace polygonize {
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Creates an areal geometry formed by the constituent linework of given geometry.
Definition: BuildArea.h:55
BuildArea()=default
Create a BuildArea object.
std::unique_ptr< geom::Geometry > build(const geom::Geometry *geom)
Return the area built fromthe constituent linework of the input geometry.
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26