17#include <geos/geom/GeometryFactory.h>
18#include <geos/io/WKTReader.h>
19#include <geos/export.h>
33class GEOS_DLL WKTStreamReader {
36 WKTStreamReader(std::istream& instr);
39 std::unique_ptr<geos::geom::Geometry> next();
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Specifies the precision model of the Coordinate in a Geometry.
Definition PrecisionModel.h:88
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:65
Basic namespace for all GEOS functionalities.
Definition geos.h:39