17#include <geos/export.h>
18#include <geos/geom/Geometry.h>
29class GEOS_DLL LinealExtracter {
44 LinealExtracter(
const LinealExtracter& other) =
delete;
45 LinealExtracter& operator=(
const LinealExtracter& rhs) =
delete;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:201
Provides classes that parse and modify Geometry objects.
Definition ComponentCoordinateExtracter.h:28
Basic namespace for all GEOS functionalities.
Definition geos.h:38