20#ifndef GEOS_IO_WRITER_H
21#define GEOS_IO_WRITER_H
23#include <geos/export.h>
29#pragma warning(disable: 4251)
35class GEOS_DLL Writer {
38 void reserve(std::size_t capacity);
40 void write(
const std::string& txt);
41 const std::string& toString();
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:56
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25