17#include <geos/geom/GeometryFactory.h>
18#include <geos/io/WKBReader.h>
19#include <geos/export.h>
32class GEOS_DLL WKBStreamReader {
35 WKBStreamReader(std::istream& instr);
38 std::unique_ptr<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