4 #ifndef FIRE_GEAR_IO_JSONWRITER_HPP_INCLUDED
5 #define FIRE_GEAR_IO_JSONWRITER_HPP_INCLUDED
12 #include "fire/export.hpp"
14 #include "fire/gear/io/Writer.hpp"
15 #include "fire/gear/Group.hpp"
52 bool outputOnlyGeometry;
88 void write(
const std::vector< fire::gear::geom::Geometry* >& geometries, std::ostream& outputStream);
99 void write(
const std::vector< fire::gear::geom::Geometry* >& geometries,
const std::string& filePath);
138 bool getOutputOnlyGeometry()
const;
147 void setOutputOnlyGeometry(
bool bvalue);
152 bool getOutputPretty()
const;
158 void setOutputPretty(
bool bvalue);
Definition: Geometry.hpp:69
classe di dichiarazione dell' interfaccia del writer delle geometrie
Definition: Writer.hpp:40
classe che specializza l' interfaccia del writer delle geometrie per il formato GeoJson ...
Definition: JsonWriter.hpp:44