22#include <geos/export.h>
28#pragma warning(disable: 4251)
34class GEOS_DLL Writer {
37 void reserve(std::size_t capacity);
39 void write(
const std::string& txt);
40 const std::string& toString();
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