17#include <geos/geom/GeometryFactory.h>
18#include <geos/io/WKTReader.h>
19#include <geos/export.h>
33class GEOS_DLL WKTFileReader {
39 std::vector<std::unique_ptr<geom::Geometry>> read(std::string fname);
42 std::unique_ptr<geos::geom::Geometry> readGeom(std::ifstream& f, geos::io::WKTReader& rdr);
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