FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb_writer.hpp File Reference
#include <fcb/layout.hpp>
#include <fcb/writer/attribute.hpp>
#include <fcb/writer/header_serializer.hpp>
#include <fcb/writer/rtree_builder.hpp>
#include <nlohmann/json.hpp>
#include <array>
#include <cstdint>
#include <cstdio>
#include <optional>
#include <ostream>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  fcb::FcbWriterOptions
 Configuration for FcbWriter. More...
 
class  fcb::FcbWriter
 Streaming writer for one .fcb file, mirroring Rust's own FcbWriter (writer/mod.rs) shape: each add_feature call encodes and spools that feature's bytes to a private temporary file rather than keeping every encoded feature in memory at once – the same reason Rust's own writer uses the tempfile crate. More...
 

Namespaces

namespace  fcb